location.href的用法
2021-03-29 13:26
标签:url elf 窗口 ati his color pre str style location.href的用法 标签:url elf 窗口 ati his color pre str style 原文地址:https://www.cnblogs.com/marquess/p/12607914.htmlself.location.href="http://www.soscw.com/url"; //1.仅在本页面打开url
window.location.href="http://www.soscw.com/url"; //2.当前页面打开URL页面
this.location.href="http://www.soscw.com/url"; //3.用法和self.location.href一直
location.href="http://www.soscw.com/url"; //4.当前页面打开URL页面
parent.location.href="http://www.soscw.com/url"; //5.在父窗口打开此url窗口
top.location.href="http://www.soscw.com/url";//6.在顶层页面打开url(跳出框架)
原文 https://www.cnblogs.com/shuilangyizu/p/6604646.html
上一篇:ADO.NET