The json lib escapes control characters when you dump(s) a python object into a json string. import json aa = "String with\ttab and\nnewline ...
確定! 回上一頁