定義和用法
該方法屬性設置或返回的值method在形式屬性。
該method屬性指定如何發送形狀數據(the form-data is sent to the page specified in the action attribute) 。
瀏覽器支持
屬性 | |||||
---|---|---|---|---|---|
method | 是 | 是 | 是 | 是 | 是 |
Note:瀏覽器,IE瀏覽器/ EDGE,火狐和Opera回報"get"如果沒有法屬性的定義(this is the default value) ,而Safari瀏覽器沒有返回。
句法
返回的方法屬性:
formObject .method
設置方法屬性:
formObject .method=get|post
屬性值
值 | 描述 |
---|---|
get | 追加表單數據到URL:?URL名稱=值&名=值(這是默認值) |
post | 的形式發送數據作為HTTP交易後 |
技術細節
返回值: | 一個字符串,表示用來提交表單的HTTP方法(無論是"get"或“後”) |
---|
更多示例
相關頁面
HTML參考: HTML <form>方法屬性
<形對象