if(window.matchMedia("(max-width: 767px)").matches){
alert("这是一个移动设备。");
}else {
alert("这是平板电脑或台式电脑。");
}
亲测有效。
2021-09-21 09:05:21
if(window.matchMedia("(max-width: 767px)").matches){
alert("这是一个移动设备。");
}else {
alert("这是平板电脑或台式电脑。");
}
亲测有效。
下一篇:vue 使用axios