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.
dojo.event.connect を使用して同期 Ajax 呼び出しを行う方法。基本的に非同期の Ajax 呼び出しの場合、2 つの呼び出しが存在する場合、並列に読み込まれることを意味します。したがって、呼び出しが完全に実行された場合、呼び出しを同期させてから、2番目の呼び出しのみを呼び出す必要があります。私を助けてください