js获取url传递参数,js获取url?号后面的参数 2019-5-28 方法一、正则表达式function getQueryString(name) { var reg = new Reg...