文件名称:platform.js:平台检测库
文件大小:43KB
文件格式:ZIP
更新时间:2024-03-15 12:13:27
platform user-agent detection JavaScript
Platform.js v1.3.6 一个平台检测库,几乎可以在所有JavaScript平台上使用。 免责声明 Platform.js是仅供参考&不打算作为特征检测/推理检查的取代。 文献资料 (有关platform.js和其他平台检测库之间的比较,另请参阅 ) 安装 在浏览器中: < script src =" platform.js " > </ script > 在AMD加载程序中: require ( [ 'platform' ] , function ( platform ) { /*…*/ } ) ; 使用npm: $ npm i --save platform 在Node.js中: var platform = require ( 'platform' ) ; 用法示例: // on IE10 x86 platform preview running in
【文件预览】:
platform.js-master
----.travis.yml(2KB)
----package.json(1013B)
----test()
--------test.js(107KB)
--------index.html(2KB)
--------run-test.sh(187B)
----LICENSE(1KB)
----package-lock.json(19KB)
----CONTRIBUTING.md(2KB)
----platform.js(42KB)
----doc()
--------README.md(6KB)
----.gitignore(29B)
----bump()
--------bump.js(373B)
----README.md(2KB)
----bower.json(149B)
----.editorconfig(267B)
----.gitattributes(12B)