HTML DOM Document applets 属性
- Previous Page anchors
- Next Page baseURI
- Go Back to the Previous Level HTML DOM Documents
定义和用法
不推荐使用 applet
属性。请不要使用它。
applet
属性在所有新浏览器中返回空的 HTMLCollection。
HTML5 不支持 <applet> 元素。
备选方案:
获取文档中 <applet> 元素的数量:
let num = document.getElementsByTagName("applet").length;
另请参阅:
语法
document.applets
Return Value
Type | Description |
---|---|
Object | HTMLCollection na naglalaman ng lahat ng <applet> element sa dokumento. |
- Previous Page anchors
- Next Page baseURI
- Go Back to the Previous Level HTML DOM Documents