<Script  >  
alert(location.href);  
alert(window.location.href);  
alert(location.search);  
alert(window.location.search);  
 
var  url  =    "http://www.stefli.com/test.aspx?aa=1&bb=2  ";  
alert(url.split(  "?  ")[1].split(  "&  "));  
 </Script  >

相关文章:

  • 2021-12-28
  • 2022-02-25
  • 2021-11-09
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-30
  • 2022-01-26
  • 2021-08-01
  • 2021-07-01
  • 2022-12-23
  • 2021-11-20
相关资源
相似解决方案