Platform.js v1.3.6 一个平台检测库,几乎可以在所有JavaScript平台上使用。 免责声明 Platform.js是仅供参考&不打算作为特征检测/推理检查的取代。 文献资料 (有关platform.js和其他平台检测库之间的比较,另请参阅 ) 安装 在浏览器中: < script src =" platform.js " > </ script > 在AMD加载程序中: require ( [ 'platform' ] , function ( platform ) { /*...*/ } ) ; 使用npm: $ npm i --save