asp列出所有request.querystring

<% for each i in request.querystring%>

<%=i%>:
<%=request.querystring(i)%>
<br>

<%next%>

 

评论
暂无评论

登录后可发表评论

点击登录