Untitled

Run Settings
LanguagePython
Language Version
Run Command
#!/usr/bin/python3 import json # Python 字典类型转换为 JSON 对象 data = { 'no' : 1, 'name' : 'W3xue', 'url' : '//www.w3xue.com' } json_str = json.dumps(data) print ("Python 原始数据:", repr(data)) print ("JSON 对象:", json_str)
Editor Settings
Theme
Key bindings
Full width
Lines