@hnzycfcfed/device
v1.0.0
Published
移动端系统及浏览器判断
Keywords
Readme
安装
通过npm安装:
npm i --save @hnzycfcfed/device演示
import device from '@hnzycfcfed/device';
console.log('OS: ', device.os.iOS);
console.log('Browser: ', device.browser);
console.log('Network: ', device.extra.network);
