现在的位置: 首页 > 综合 > 正文

jsp中js取出当前页面访问url

2013年11月21日 ⁄ 综合 ⁄ 共 199字 ⁄ 字号 评论关闭

<!-- alert(window.location.href);  
  alert(window.location);  
  alert(location.href);  
  alert(parent.location.href);  
  alert(top.location.href);  
  alert(document.location.href);
  alert(document.URL);
 -->

【上篇】
【下篇】

抱歉!评论已关闭.