摘要:
发现淘宝h5页面有这个判断处理,拿来复用function parseUA() { var u = navigator.userAgent; var u2 = navigator.userAgent.toLowerCase(); return { //移动终端浏览器版本信息 trident: u.in 阅读全文
摘要:
function broadcast(componentName, eventName, params) { this.$children.forEach(child => { var name = child.$options.componentName; if (name componentNa 阅读全文