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.
我正在寻找运行时的实用程序代码,我可以获取我们加载的任何网站的加载时间并将相同的加载时间记录到文件中。以前有人这样做过吗?我该怎么做 ?
谢谢, 萨纳斯
使用 HTMLUnit page.getWebResponse().getLoadTime();将为您提供以毫秒为单位的页面加载时间。
page.getWebResponse().getLoadTime();