HTML <form> 标签的 action 和 method 属性
时间:2015-07-10 14:54:49
收藏:0
阅读:2256
method 属性规定如何发送表单数据(表单数据发送到 action 属性所规定的页面)。
表单数据可以作为 URL 变量(method="get")或者 HTTP post (method="post")的方式来发送。
评论(0)