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.
我想知道是否可以在毫秒区域区分请求的启动时间。
假设我有 2 个用户以 40 毫秒的间隔发出请求。它们是一种了解服务器端发起请求的确切时间的方法吗?
在我看来,使用 Http 意味着无法确切知道哪个请求首先发起。也许使用 websocket ?(我的项目是网站项目)