jsp中用for循环语句添加输入框功能。
<%intcount=Integer.parseInt(request.getParameter("count"));%><html><body><h3>Clickthe...
<%
int count = Integer.parseInt(request.getParameter("count"));
%>
<html>
<body>
<h3>Click the button below to run the servlet!</h3>
<br>
<%
for (int i=0; i<count; i++)
{
/*.......*/
}
%>
<form action = "servlet/ExampleServlet" method="post">
<input type="text" name="myname">
<input type="submit" value="Click Me!">
</form>
</body>
</html>
可不可以在for循环里添加代码实现添加 count 个输入框,就像下面的“<input type="text" name="myname">”一样。 第一次用jsp编程,不懂。 展开
int count = Integer.parseInt(request.getParameter("count"));
%>
<html>
<body>
<h3>Click the button below to run the servlet!</h3>
<br>
<%
for (int i=0; i<count; i++)
{
/*.......*/
}
%>
<form action = "servlet/ExampleServlet" method="post">
<input type="text" name="myname">
<input type="submit" value="Click Me!">
</form>
</body>
</html>
可不可以在for循环里添加代码实现添加 count 个输入框,就像下面的“<input type="text" name="myname">”一样。 第一次用jsp编程,不懂。 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏5(财富值+成长值)
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询