复制代码 代码如下:
 
var Request = { 
QueryString: function (item) { 
var svalue = location.search.match(new RegExp("[\?\&]" + item + "=([^\&]*)(\&?)", "i")); 
return svalue ? svalue[1] : svalue; 
} 
} 
引用方法:isaudit = Request.QueryString("isaudit");
您可能感兴趣的文章:
