摘要: 方法一 function GetUrlParam (name) { return decodeURIComponent((new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)').exec(location.href) || [, ""])[1] 阅读全文
posted @ 2018-05-25 12:37 想旅游咯 阅读(1288) 评论(0) 推荐(0) 编辑