function getURLParam(name) {
        return decodeURIComponent((new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)', "ig").exec(location.search) || [, ""])[1].replace(/\+/g, '%20')) || null;
    }

相关文章:

  • 2021-11-20
  • 2021-10-30
  • 2022-02-20
  • 2022-12-23
猜你喜欢
  • 2021-07-14
  • 2022-12-23
  • 2021-12-03
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
相关资源
相似解决方案