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.
我有一个数据表,需要每 10 秒刷新一次,而无需重新加载页面。但是只有表中的某些列需要刷新,而不是表中的所有数据。我用 PHP 编写应用程序。我怎样才能做到这一点?这是使用 ajax 长轮询的正确方案吗?
当您需要立即刷新表时,您需要长轮询。你说 10 秒是可以的,所以你不需要长时间的汇集。只需使用 ajax 异步调用。