09 2021 档案

摘要:let weixinBoolean = false const ready = () => { if (window.__wxjs_environment 'miniprogram') { weixinBoolean = true; } }; if (!window.WeixinJSBridge | 阅读全文
posted @ 2021-09-14 15:46 JaneLifeVlog 阅读(741) 评论(0) 推荐(0)
摘要:const getURLParameters = url => (url.match(/([^?=&]+)(=([^&]*))/g) || []).reduce( (a, v) => ( (a[v.slice(0, v.indexOf('='))] = v.slice(v.indexOf('=') 阅读全文
posted @ 2021-09-09 09:21 JaneLifeVlog 阅读(49) 评论(0) 推荐(0)