jquery 打开页面window.location和window.open的区别

 我来答
jack_wang0823
2017-12-04 · TA获得超过2957个赞
知道大有可为答主
回答量:4143
采纳率:87%
帮助的人:1445万
展开全部
window.location = "http://www.xxxxxxxx.net" 跳转后有后退功能
其实应该是 window.location.href
window.location.replace("http://www.xxxxxxxx.net") 跳转后没有后退功能
window.open("http://www.xxxxxxxx.net") 要新的窗口打开链接
这个一般用于简单的弹出页面,现在基本上都被屏蔽掉了window.location.reload();window.location = "/Admin/UserList";window.open("/Admin/UserList");
window.location.href = '/Admin/UserList';
window.location.reload()刷新当前页面.
parent.location.reload()刷新父亲对象(用于框架)
opener.location.reload()刷新父窗口对象(用于单开窗口)
top.location.reload()刷新最顶端对象(用于多开窗口)
都是重定向
匿名用户
2016-05-21
展开全部

window.location 是属性,window.open 是方法

window.location = "http://overflow.com.cn";   // 在当前窗口中打开 http://overflow.com.cn
window.open("http://overflow.com.cn"); // 在新窗口中打开 http://overflow.com.cn
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
北漂_未来
2017-12-05 · TA获得超过1641个赞
知道小有建树答主
回答量:796
采纳率:94%
帮助的人:141万
展开全部
一个是跳转到新页面,一个是打开一个新的窗口加载页面
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式