取得表单提交的所有数据


复制代码 代码如下:

<% For Each x In Request.Form %>
Request.Form( <%= x %> ) = <%= Request.Form(x) %> <BR>
<% Next %>



<%
For i = 1 To Request.Form("inputname").Count
Response.Write Request.Form("inputname")(i) & "<BR>"
Next
%>


« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3