716
734
2946
超级版主
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <[email=%@LANGUAGE=]%@LANGUAGE="VBSCRIPT[/email]" CODEPAGE="65001" %> <% response.write("地址栏参数 fid 的值为:" & request.QueryString("fid") & "<br />") response.write("地址栏参数 page 的值为:" & request.QueryString("page")) %> </body> </html>
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head><body> <[email=%@LANGUAGE=]%@LANGUAGE="VBSCRIPT[/email]" CODEPAGE="65001" %> <form name="form1" method="get" action=""> <p>请输入学生姓名: <input type="text" name="Name" id="n123" /> </p><p>请输入学生的成绩: <input type="text" name="score" id="s235" /> </p> <p> <input type="submit" name="Submit" value="SUBMIT" /> </p> </form> <% response.write("学生的姓名为:" & request.QueryString("Name") & "<br />") response.write("学生的成绩为:" & request.QueryString("score")) %> </body> </html>
您需要 登录 才可以下载或查看,没有帐号?立即注册
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|Archiver|曲径通幽 ( 琼ICP备11001422号-1|公安备案:46900502000207 )
GMT+8, 2025-11-25 17:03 , Processed in 0.128727 second(s), 23 queries .
Powered by Discuz! X3.2
© 2001-2013 Comsenz Inc.