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.
location.reload() はデスクトップ ブラウザでは問題なく動作しますが、iPhone のブラウザでは動作しません。
Jquery モバイルでこれに代わる機能はありますか。
ありがとう
これを試して:
window.location = window.location;