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.
每当触发input的keyup事件时,我都会使用 FQL 查询调用 FB.api(...) 。是否可以取消先前查询(更新的)更新查询的请求,还是我必须等待它?
如果请求已发送,则无法取消。
您可以做的是使用 延迟发送请求setTimeout,并在下一个 keyup 事件触发时取消先前的延迟。
setTimeout