$("#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
});



相关文章:

  • 2022-12-23
  • 2021-05-21
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2021-07-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案