在terminal中输入
sudo apt-get install python-simplejson -y
import simplejson
print simplejson.dumps(lensesTree, encoding="UTF-8", ensure_ascii=False) #使用simplejson模块输出对象中的中文
2023-08-26 09:58:52
在terminal中输入
sudo apt-get install python-simplejson -y
import simplejson
print simplejson.dumps(lensesTree, encoding="UTF-8", ensure_ascii=False) #使用simplejson模块输出对象中的中文