getParam : function(){
return (key, strURL = window.location.search) => new RegExp("(^|\\?|&)" + key + "=([^&]*)(\\s|&|$)", "i").test(strURL) ?
decodeURIComponent(RegExp.$2.replace(/\+/g, " ")) : "";
},

相关文章:

  • 2022-12-23
  • 2021-06-26
  • 2022-12-23
  • 2022-01-27
  • 2021-06-26
猜你喜欢
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
  • 2021-11-06
  • 2022-12-23
  • 2021-11-15
相关资源
相似解决方案