Initial commit - DesignerCEP Project with Caddy deployment
This commit is contained in:
11
tempdemo/psmark/test3.py
Normal file
11
tempdemo/psmark/test3.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import json
|
||||
|
||||
# 读取 JSON 文件
|
||||
file_path = 'C:\\Users\\Administrator\\Desktop\\example.json'
|
||||
with open(file_path, 'r') as file:
|
||||
data = json.load(file)
|
||||
|
||||
# 处理数据
|
||||
print("name:", data["name"])
|
||||
print("resolution:", data["resolution"])
|
||||
print("matchCount:", data["matchCount"])
|
||||
Reference in New Issue
Block a user