随笔分类 -  JavaScript

摘要:<script> function toLogin(){ //第一种 //self.location="/zhld/toTestLogin"; //第二种 top.location="/zhld/toTestLogin"; //第三种 //window.navigate="/zhld/toTestL 阅读全文
posted @ 2016-10-12 15:09 WKellyL 阅读(535) 评论(0) 推荐(0)
摘要:Javascript中的location.href有很多种用法,主要如下: self.location.href="/url" 当前页面打开URL页面 ocation.href="/url" 当前页面打开URL页面 windows.location.href="/url" 当前页面打开URL页面,前 阅读全文
posted @ 2016-07-20 16:56 WKellyL 阅读(110557) 评论(0) 推荐(2)
摘要:1 阅读全文
posted @ 2016-07-20 10:53 WKellyL 阅读(340) 评论(0) 推荐(0)