Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
条件を確認した後、javascript で次のページに移動する方法。
私はjavascriptの新入生なので、これを行う方法を教えてください。学習しやすい例を1つ送信してください。
これを試して
if(conditionIsTrue){ window.location.href = '...'; }
「conditionIsTrue」が true かどうかを確認し、次の行に配置した URL に移動します。