美文网首页
表单 form

表单 form

作者: 风___________ | 来源:发表于2018-02-05 20:44 被阅读14次

form

<form action = "http://xxx.php" method = "POST">
<!-- 表单内容 -->
</form>

注释:

  1. action:web服务器的地址
  2. method: 请求方式
  3. form中是表单内容

控件

<input name = "name" type = "text"/>


input type属性值

<select name = "name">
<option value = "xiaoming"> 小明 </option>
</select>
textarea

相关文章

网友评论

      本文标题:表单 form

      本文链接:https://www.haomeiwen.com/subject/afiizxtx.html