Initial commit - DesignerCEP Project with Caddy deployment

This commit is contained in:
zuowei1216
2025-12-19 21:27:17 +08:00
commit 8ea58fe480
170 changed files with 47469 additions and 0 deletions

11
tempdemo/psmark/test3.py Normal file
View 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"])