Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged 问一个关于python

0 votes
174 views
1 answer
    想知道为什么这段代码运行的结果不是想象中的'["123"]' In [1]: import json In [2]: t = '[]' In [3]: t = json.dumps(json.loads(t).append('123 ... 17]: t1 = json.dumps(t1) In [18]: t1 Out[18]: '["123"]' 请指教...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...