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.
在客户端我使用 jQuery 和 JSP,服务器端我使用 Spring MVC。我的问题是我们能否以压缩格式发送和接收数据,即客户端和服务器将以压缩格式交换其数据。我怎样才能做到这一点?请任何人简要解释一下。一个例子太好了。
您可以尝试对从服务器发送的响应进行 GZIP 压缩。此链接可能会有所帮助。
旁注:AFAIK,JSP 是服务器端,而不是客户端