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.
我可以从 web 服务检索数据,但现在我想知道/获取时间,数据是从 web 服务发送的。从 Web 服务接收数据的时间。不是本地设备时间。换句话说,Web 服务应该与调用 Web 服务方法的数据一起打包时间。
根据 WS 本身,这样做的唯一方法是让 WS 实现一个返回该值的方法。
OTOH,您可以尝试在 WS 回复的 HTTP 标头中查找值。