标签:style blog io ar color sp on div log
function getQueryStringByName(name) { var result = location.search.match(new RegExp("[\?\&]" + name + "=([^\&]+)", "i")); if (result == null || result.length < 1) { return ""; } return result[1]; }
JS 获取 路径参数 传入 参数名 截取 & 和 # 之前 字符
标签:style blog io ar color sp on div log
原文地址:http://www.cnblogs.com/xiaoqi742709106/p/4112486.html