摘要: let ORZ = function() { if(!(this instanceof ORZ)) { return new ORZ; }}ORZ.prototype = { // 判断用户手机是Android还是IOS mobileVersions() { var u = navigator.us 阅读全文