建立页面加载时间
您将如何在由 ASP 生成的页面底部打印 ASP 处理该页面所花费的时间。
谢谢,
巴里
How would you go about printing on the bottom of a page, produced by ASP, the time taken by ASP to process the page.
Thanks,
Barry
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设您的页面中加载(或包含)这两个库函数,
您可以这样做;
如果您想深入学习,请阅读 这篇 4guysfromrolla 文章。
Assuming you have these two library functions loaded ( or included ) in your page
you can go something like this;
If you want to learn it in depth, read this 4guysfromrolla article.
看看如何获取最早的服务器请求,然后获取最新的客户端请求。
将一个日期时间减去另一个日期时间。祝你好运!
Look how to get the earliest server request and then the latest client request.
Subtract one DateTime from another. Good Luck!