提交 4e81ba90 编写于 作者: W wryl 提交者: tanghai

Update JsonWriter.cs (#124)

乱码修复
上级 3153a06b
......@@ -225,7 +225,7 @@ namespace LitJson
writer.Write ('"');
//ֱ�Ӵ洢ԭʼ�ַ������������κ�ת���ַ��Ľ���
//直接存储原始字符串,不再做任何转义字符的解析
writer.Write(str);
writer.Write('"');
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册