js如何获取window.location.href跳转后查询字符串的值?

$("#worked_count").parent().attr("onClick","window.location.href='view/warn/task_list.html?task_status=D'");

$(document).ready(function () {
console.dir(window.location.search);
//打印?task_status=E
});



posted on 2018-06-26 16:31  小甜瓜安东泥  阅读(2265)  评论(0编辑  收藏  举报