window.location.href は他の書き方はできますか?

はい、省略や他の書き方もできます。
2023年7月4日
ユーザー

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';

と書いても同様に動作するようですが、省略してよいと考えていいのでしょうか。

以上、よろしくお願いします。

この回答を見るにはプレミアムプランへの登録が必要です

プレミアムプランとは?

このレッスンの質問と回答(2)