在rest service中, 有get、post两种请求模式。有时候可以达到同样的效果。但是背后却有区别。 1. 表达: get /blog/?name1=value1&name2=value2 http/1.1 host: xxxx.com post /blog/ http/1.1 host: xxxx.com name1=value1&name2=value2 2. get的好处 get requests can be cached get requests can remain in the browser h