码迷,mamicode.com
首页 > 其他好文 > 详细

GSON的扯淡之处

时间:2021-07-02 16:09:53      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:user   bsp   dev   xxx   config   pattern   uil   use   cap   

GSON默认是开启html编码的, 方法注释是这么写的:

By default, Gson escapes HTML characters such as < > etc. Use this option to configure Gson to pass-through HTML characters as is.

Returns:
a reference to this GsonBuilder object to fulfill the "Builder" pattern
Since:
1.3
看起来很好, 可你为什么要把=号也编码了????
http://xxxxx/jeeplus/device/face_image?userkey\u003d27
原来是:
http://xxxxx/jeeplus/device/face_image?userkey=31
坑你爹啊, 坑你爹一周啊!

GSON的扯淡之处

标签:user   bsp   dev   xxx   config   pattern   uil   use   cap   

原文地址:https://www.cnblogs.com/ztw1122/p/14962117.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!