值
字串。
示例
js
document.forms["my-form"].method = "post";
const formElement = document.createElement("form"); // Create a form
document.body.appendChild(formElement);
console.log(formElement.method); // 'get'
規範
| 規範 |
|---|
| HTML # dom-fs-method |
瀏覽器相容性
載入中…