RT
window.open(url, '_self')
window.open(url, 'custom')
window.location.replace (url)
迷茫2017-05-16 13:23:48
The replace() method does not generate a new record in the History object. When using this method, the new URL will overwrite the current record in the History object.
HTML DOM replace() method