Difference between document.URL and location.href

前端 未结 3 1779
隐瞒了意图╮
隐瞒了意图╮ 2020-12-13 08:45

I know that document.URL can not be set, while location.href can.

But the Document indicates:

URL is a replacement f

3条回答
  •  既然无缘
    2020-12-13 09:04

    They're interchangeable as far as getting data is concerned, but as you pointed out document.URL can not be set. I just always use location.href since it's a getter/setter.

提交回复
热议问题