标签:hash mat amp ret url参数 不能 location type new
注:不能获取紧跟?后的第一参数
String.prototype.getParms=function(name){ var reg = new RegExp(‘(^|&)‘ + name + ‘=([^&]*)(&|$)‘, ‘i‘); return this.match(reg)[2]; }; var gid=(window.location.hash).getParms(‘pid‘);
标签:hash mat amp ret url参数 不能 location type new
原文地址:http://www.cnblogs.com/web-fusheng/p/7366779.html