Native字符串与Unicode编码互转
在文本和Native/Unicode编码(\uXXXX)之间互相转换。
编码: 你好 → \u4f60\u597d\n解码: \u4f60\u597d → 你好