window.location.href
について質問します。
window.location.href = 'https://256times.com';
document.location.href = 'https://256times.com';
この 2 つは同様に動作するようですが、何が違うのでしょうか、どう使い分けたらいいのでしょうか。
また、
window.location.href = 'https://256times.com';`
は
location.href = 'https://256times.com';
location = 'https://256times.com';
と書いても同様に動作するようですが、省略してよいと考えていいのでしょうか。
以上、よろしくお願いします。
この回答を見るにはプレミアムプランへの登録が必要です
プレミアムプランとは?