Menu 对象代表一个 HTML <menu> 元素。
笔记:目前任何主要浏览器都不支持 <menu> 元素。
您可以使用 getElementById() 访问 <menu> 元素:
var x = document.getElementById("myMenu");
您可以使用 document.createElement() 方法创建 <menu> 元素:
var x = document.createElement("MENU");
Property | Description |
---|---|
label | Sets or returns the value of the label attribute of the menu |
type | Sets or returns the value of the type attribute of the menu |
HTML 参考:HTML <菜单> 标签
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!