摘要: var a = /Android(.+?);/.exec(window.navigator.userAgent) if (a) { this.AndroidVersion = +(a[1].trim().substr(0, 1)); } 阅读全文
posted @ 2017-12-27 15:48 贝尔塔猫 阅读(265) 评论(0) 推荐(0)
摘要: https://ipcrs.pbccrc.org.cn/ 阅读全文
posted @ 2017-12-27 11:14 贝尔塔猫 阅读(485) 评论(0) 推荐(0)