Commit 84630a20 by BellCodeEditor

save project

parent 933e7aa0
Showing with 8 additions and 0 deletions
import json
jsonData = '{"第一名":122,"第2名":109,"第3名":88}';
text = json.loads(jsonData)
print("d1m",text["第一名"])
print("d2m",text["第2名"])
print("d3m",text["第3名"])
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