2016年5月10日

JS 采用正则表达式获取地址栏参数

摘要: // 采用正则表达式获取地址栏参数 function GetQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = window.location.search.substr(1).mat 阅读全文

posted @ 2016-05-10 18:23 Govi.Chan 阅读(1551) 评论(0) 推荐(0) 编辑

导航