张卫

Results 1 comments of 张卫

// 获取URL的查询参数, 我见过最精简 `q={};location.search.replace(/([^?&=]+)=([^&]+)/g,(_,k,v)=>q[k]=v);q;`