SBSBSBSBSBSB.py 120 Bytes Edit 1 2 3 4 5 6 import json jsonData = '{"第一名":122"第二名":109"第三名":88}' text = json.loads(jsonData) print()