雪白咖啡

文章
2
资源
0
加入时间
2年10月21天

js 判断手机机型(例子为返回微信机型)

var VersionMobile = "";//手机版本号function is_weixin_bc() {    if(is_weixin()) {        return true;    } else {        return true;    }}function is_weixin() {    var ua = navigator.userAgent.t...