使用navigator.useragent来检测网站运行在哪种平台设备上。
const detectdevicetype = () =>
/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(。
navigator.useragent
)?"mobile":"desktop";
console.log(detectdevicetype());
- 编程问答
- 答案列表
JavaScript 检测设备[朗读]
加入收藏