http://www.dotbbs.net/topic.aspx?id=111

function   getParam(name){  
          var   reg   =   new   RegExp("(^|&)"+   name   +"=([^&]*)(&|$)");  
          var   r   =   window.location.search.substr(1).match(reg);  
          if   (r!=null)   return   unescape(r[2]);   return   null;  
      }  

 

相关文章:

  • 2021-06-25
  • 2021-11-05
  • 2022-02-12
  • 2022-01-26
  • 2021-12-28
  • 2022-02-25
  • 2022-12-23
猜你喜欢
  • 2022-01-10
  • 2021-09-09
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
相关资源
相似解决方案