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.
$.get( 'http://request.url',function(response){ document.write(response.returnText); });
ajax url は応答に長い時間が必要です。この要求が処理されている場合、リンクのすべての要素をクリックできないなど、ページは応答しません。
私は ajax が非同期リクエストであり、メイン (ページ) スレッドをブロックしないことを知っていますが、皆さん、ページが応答しないのはなぜですか?