var a = /Android(.+?);/.exec(window.navigator.userAgent)if (a) { this.AndroidVersion = +(a[1].trim().substr(0, 1));}
本文共 168 字,大约阅读时间需要 1 分钟。
var a = /Android(.+?);/.exec(window.navigator.userAgent)if (a) { this.AndroidVersion = +(a[1].trim().substr(0, 1));}
转载于:https://www.cnblogs.com/CyLee/p/8126140.html