用plsql生成json的时候,常常要处理中文的状况。sql
SELECT replace(asciistr('你好,,hello'),'\','\u') FROM dual输出:\u4F60\u597D\uFF0C,hello