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.
我正在尝试使用 jQuery 创建警报。但问题是它不是阻塞调用。检查某些情况后,我需要循环调用它。如果用户最初通过文本文章输入了一些错误的内容,我需要在检查错误后让用户修复一行。
有没有办法在不使用while循环或任何东西的情况下阻止编码。
JavaScript 中没有办法进行阻塞调用。JavaScript 中没有 wait()/sleep()。您需要将逻辑分解为两个步骤。