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.

NavigatorPlugins.javaEnabled

概述

该方法用来表明当前浏览器是否激活了Java.

语法

result = window.navigator.javaEnabled()

例子

if (window.navigator.javaEnabled()) {
   // 浏览器中Java可用
}

备注

该方法的返回值是用来表明浏览器的当前配置文件是否允许使用Java的, 而不是表明浏览器是否支持Java(安装有Java插件).

规范

DOM Level 0 不属于任何标准.

文档标签和贡献者

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