*.location.href 用法:
location.href=”url” 仅在本页面打开url地址 self.location.href=”url” 仅在本页面打开url地址 this.location.href=”url” 仅在本页面打开url地址 parent.location.href=”url” 在父窗口打开Url地址 top.location.href=”url” 在顶层页面打开url(跳出框架)
转载请注明原文地址: https://ibbs.8miu.com/read-2220686.html