注册 登录
编程论坛 PHP技术论坛

为什么我的是这样

小白神奇 发布于 2019-03-13 21:04, 2244 次点击
<html>
<body>

<form action="/example/html/form_action.asp" method="get">
  <p><input type="checkbox" name="vehicle" value="Bike" /> I have a bike</p>
  <p><input type="checkbox" name="vehicle" value="Car" checked="checked" /> I have a car</p>
  <input type="submit" value="Submit" />
</form>

<p>请在提交按钮上单击,输入会发送到服务器上名为 "form_action.asp" 的页面。</p>

</body>
</html>
运行之后没有选项按钮啊
2 回复
#2
小白神奇2019-03-14 19:25
111111111111111
#3
戒空僧2019-03-15 07:26
只有本站会员才能查看附件,请 登录
1