
<html>
<body>
<form name="form1" action="proc.asp" method ="post" >
请选择你所要订购的水果
<hr />
<input type="checkbox" name="fruit" value="苹果">苹果<br/>
<input type="checkbox" name="fruit" value="香蕉">香蕉<br/>
<input type="checkbox" name="fruit" value="菠萝">菠萝<br/>
<input type="checkbox" name="fruit" value="桔子">桔子
<input type="submit" value="订购" />
</form>
<hr/>
<%
if Request.form("fruit") = empty then
response.write("你没有订购水果")
else
response.write("你订购了<br/><div style='color:green'>")
For Each item in Request.form("fruit")
response.write(item &"<br/>")
Next
response.write("</div>")
end if
%>
</body>
</html>
直接搜水果视频。随着互联网的发展,水果视频直接搜索就可以了,水果视频最新版含有超多好看有趣的视频在内,还有超级多精彩的原创小视频。
水果视频是一款给用户带来直播乐趣的直播软件,这里有着各类不同的直播,平台内的每位主播将会通过自己的才艺表演等等。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)