jsp中的select中的怎么用for循环语句??为什么就是不出来。
<html><head></head><body><selectname=userMonthsize=1><%for(inti=0;i<31;i++){%><option...
<html>
<head>
</head>
<body>
<select name=userMonth size=1>
<%
for(int i=0;i<31;i++){%>
<option><%i%></option>
<%
}
%>
</select>日
</body>
</html> 展开
<head>
</head>
<body>
<select name=userMonth size=1>
<%
for(int i=0;i<31;i++){%>
<option><%i%></option>
<%
}
%>
</select>日
</body>
</html> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询