You should be using the json module. json.dumps(string) . It can also serialize other python data types. import json >>> s = 'my string with ...
確定! 回上一頁