window.location window.location.href 跳转url区别

window.location window.location.href 跳转url区别 
window.location=url 如果页面之前已经载入。则重新载入调用的是本地缓存
window.location.href=url 页面跳转是载入新页面方式,调用资源缓存类型是根据服务器缓存机制调用,

你可能感兴趣的:(javascript)