求高手帮忙,这个值怎么取?急!

xujie 2004-04-17 12:10:56
对象是这样创建的:
<% for i=0 to 3%>
<input name="a<%=i%>" type="text" value="<%=i%
<%next%>

我想用 response.write 依次读出他们的值该怎么写?
...全文
54 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
lhzyn 2004-04-17
  • 打赏
  • 举报
回复
同意 heguowei(heguowei)的
heguowei 2004-04-17
  • 打赏
  • 举报
回复

<% for i=0 to 3%>
<input name="a" type="text" value="<%=i%>
<%next%>
读取数据
if request.form("a").count<=0 then
else
for i=1 to a.count
response.write a(i)
next
end if
liuyangxuan 2004-04-17
  • 打赏
  • 举报
回复
晕,。100分没了,伤心!

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧