当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM method 属性
The method property sets or returns the HTTP method for sending data to the server (the action URL).
方法属性可设置或返回发送数据到服务器的HTTP方法
formObject.method=get|post |
The following example alerts the HTTP method for sending form data:
下面的举例将演示如何来提示当前表单发送的HTTP方法:
<html> <form id="myForm" method="post"> </body> |
Return the HTTP method for sending data to the server
返回将数据发送到服务器的HTTP方法