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 是否可以以图像字节为单位。
我认为所有这些答案都需要服务器端来确定文件大小(如果我错了,请纠正我),但最好从服务器大小预加载大小或执行 AJAX 请求来确定文件大小,但后者似乎适得其反。