Should I use window.navigate or [removed] in JavaScript?

前端 未结 11 1701
小鲜肉
小鲜肉 2020-11-27 12:12

What\'s the preferred method to use to change the location of the current web page using JavaScript? I\'ve seen both window.navigate and document.location used. Are there an

11条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-27 12:50

    support for document.location is also good though its a deprecated method. I've been using this method for a while with no problems. you can refer here for more details:

    https://developer.mozilla.org/en-US/docs/Web/API/document.location

提交回复
热议问题