Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

document.applets

概述

applets 按顺序返回当前文档中所有的applet对象.

语法

nodeList = document.applets 

例子

my_java_app = document.applets[1]; //获取当前页面的第二个applet对象.

规范

DOM Level 2 HTML: applets

文档标签和贡献者

 此页面的贡献者: teoli, khalid32, ziyunfei
 最后编辑者: khalid32,