欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

javascript判断用户浏览器插件安装情况的代码_javascript技巧

程序员文章站 2022-06-10 08:18:01
...
复制代码 代码如下:

document.writeln("",
"")
for (i=0; i document.writeln("")
}
document.writeln("
i",
"
名称",
"
文件名",
"
描述",
"
类型数
",i,
"
",navigator.plugins[i].name,
"
",navigator.plugins[i].filename,
"
",navigator.plugins[i].description,
"
",navigator.plugins[i].length,
"
");