日期:2014-05-17 浏览次数:20669 次
<form name="form1"> <% for i=0 to 5 %> <input type="text" name="test<%=i%>" id="test<%=i%>"/><br /> <% next %> <input type="button" onclick="test();" value="button"/> </form>