摘要: getParams() { const url = window.location.href const index = url.indexOf('?') + 1 const params = url.substr(index) const arr = params.split('&') const 阅读全文
posted @ 2021-11-17 09:44 努力挣钱的小鑫 阅读(101) 评论(0) 推荐(0)