摘要: 最近的一个项目中使用了json传送部分参数,可是使用时发现匪夷所思的现象,即中文被转换为了unicode编码。 最后使用StreamWriterBuilder解决了此问题,特此记录一下。 #include "stdafx.h" #include "include\json\json.h" #incl 阅读全文
posted @ 2022-04-08 23:13 aij 阅读(1830) 评论(0) 推荐(0)