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 を調べsetTimeoutて、location.reload()
setTimeout
location.reload()
location.reload()ページを更新setTimeoutし、一定時間内に関数を呼び出せるようにします。