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.
我需要测量从我的网站上的服务器加载图像所花费的时间。假设我在网页上有四张图片;我想向访问者显示每个图像加载所花费的时间。有什么方法可以实现这一目标?
创建一个计时器,以便当用户选择下载按钮时计时器启动,传输完成时停止并显示它。