上传者: 38699757
|
上传时间: 2021-08-20 14:07:32
|
文件大小: 47KB
|
文件类型: PDF
在最近的项目中有个需求是这样的:
入参封装成JSON,EXAMPLE:
{ uuid: iamauuid,
clientType: AND,
content: {\gender\:\F\,\name\:\TTT\}}
其中content中是json的object,且要求把content中特殊的字符进行转义。
主要代码如下:
/**
* post请求用json的格式传递数据给服务器
*
* @param callback
*/
public static void postShareContent(Context context,