loading...

js - 从url中获取参数信息

var searchURL = window.location.search;
searchURL = searchURL.substring(1,searchURL.length);
this.param = searchURL.split("&")[0].split("=")[1];
posted @ 2020-12-28 15:23  robinloveslife  阅读(93)  评论(0编辑  收藏  举报