取得表单提交的所有数据

代码如下: %ForEachxInRequest.Form% Request.Form(%=x%)=%=Request.Form(x)%BR %Next% 或 % Fori=1ToRequest.Form('inputname').Count Response.WriteRequest.Form('inputname')(i)'BR' Next %

作者: 来源: 时间: 17-11-23 15:10:35

代码如下:
<% 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
%>

11
22
33
隐藏区块

会员注册

本功能为预留功能,暂不支持注册 ^_^

Login

社交帐号登陆

使用以下任意帐号可登陆本站

Close section
Close

联系我们

关于5UCMS 您有任何需求 均可以留言给我们