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.
我正在使用使用 curl 的 Facebook SDK 加载大量 facebook 个人资料图像。
我正在尝试使用在图像加载之前显示的加载动画。
由于图像是通过 curl 加载的,因此在文档准备好后仍会加载,我不知道该怎么做?
作为一个
curl 的结果可以/甚至可以设置在数组中。您可以在页面加载时将该数组循环到 javascript 数组中,当 curl 完成时,javascript 可以接管并加载数组中的每个图像,并且加载等待图像可以在其位置加载。“这就是我将加载图像交换为对象的方式。”