用户:
一个抹布查看:3 回复:6 评论:3 创建时间:2023-01-19T16:04:18
如何检测手机品牌和款式
oWuGi7s6//coco写控件时可以用
//获取4个权限
var document = this.document;
var window = this.window;
var navigator = this.navigator;
var history = this.history;
screen.width; //屏幕宽度
screen.height; //屏幕高度
navigator.platform; //操作系统
点赞1
评论