摘要: 直接调用函数即可,函数如下: function getURLParam(name) { return decodeURIComponent((new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)', "ig") .exec(location.se 阅读全文
posted @ 2016-02-17 16:19 快乐菠菜 阅读(234) 评论(0) 推荐(0) 编辑