Commit 85f6ad5f by BellCodeEditor

auto save

parent 8dae42ea
Showing with 6 additions and 0 deletions
import json
jsonData ='{"第一名":122,"第二名":109,"第三名":188}';
text=json.loads(jsonData)
print("第一名",text["第一名"])
print('第二名',text["第二名"])
print('第三名',text["第三名"])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment