window.location.reload()和window.location = document.URL之间可能存在哪些差异?

时间:2011-02-23 13:20:53

标签: javascript

  

可能重复:
  Difference between window.location.href=window.location.href and window.location.reload()

这两行代码有什么区别,如果有,请赐教。

1

window.location.reload();

2

window.location = document.URL;

0 个答案:

没有答案