Skip to content

Commit a011070

Browse files
committed
1.测试数据
1 parent 0f4d7e4 commit a011070

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

.idea/MyFirPython.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/other.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

com/lxl/higer/Python6_Json.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
'name': 'Runoob',
77
'url': 'http://www.runoob.com'
88
}
9-
109
json_str = json.dumps(data)
1110
print("Python 原始数据:", repr(data))
1211
print("JSON 对象:", json_str)

0 commit comments

Comments
 (0)