echo "<a href='phpwan.php?pageno=" . ($pageno+1) . "'>下一页</a>"
使用过$_GET 方法吗?
这代码是想,通过点击 编程词典这个链接,像Index.php 页面 ,传一个id 为
<?php echo urlencode("编程词典")?>的参数;
通过$_GET方法来获取这个参数
<a href ="newfile.php?id=<?php echo "urlencode('编程词典')"?>">编程词典</a><?php
$a =$_GET['id']
echo $a
?>
i是个变量,document.write(String s)括号内要求String类型,可以把这句话分解一下
String s="<input type='text' value='第"
s=s+i
s=s+"个文本框’><br/>"
document.write(String s)
不明白再追问
欢迎分享,转载请注明来源:优选云