赞
踩
1、利用http的重定向来跳转
window.location.replace("http://www.qipa250.com");
2.使用href来跳转
window.location.href = "http://www.qipa250.com";
$(location).attr('href', 'http://www.qipa250.com');
$(window).attr('location','http://www.qipa250.com');
$(location).prop('href', 'http://www.qipa250.com')
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。