欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

取得表單提交的所有數(shù)據(jù)

 更新時間:2006年08月25日 00:00:00   作者:  
復制代碼 代碼如下:

<% 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
%>

相關(guān)文章

最新評論