2019年9月12日

摘要: // 工具方法,截取地址栏参数 getQueryString (name) { const reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)', 'i'); const r = window.location.search.substr(1).match(reg); if (r != null... 阅读全文

posted @ 2019-09-12 10:40 勤勤恳恳大猿人 阅读(110) 评论(0) 推荐(0)