js 获取url并删除指定参数
摘要://返回参数字符串function remove_arg_from_url(arg_name_removed) { //设置或获取 href 属性中跟在问号后面的部分。 var url = window.location.search; var arr = []; var q...
阅读全文
posted @ 2015-06-16 12:11
posted @ 2015-06-16 12:11
posted @ 2015-04-15 10:35