本文共 929 字,大约阅读时间需要 3 分钟。
Document
Document
function GetQueryString(name) { var reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg); if(r!=null)return unescape(r[2]); return null }
转载地址:http://zzibo.baihongyu.com/