2023年3月15日
摘要: let params = new URLSearchParams(location.search) // 这里 get 里面写 ?传参的键名let [myId] = [params.get('id')]this.currentId = myId OK~ 阅读全文
posted @ 2023-03-15 09:33 贲风 阅读(21) 评论(0) 推荐(0)