'commit'
This commit is contained in:
234137
Dict/ChinaCitys2025.json
Normal file
234137
Dict/ChinaCitys2025.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Doc/~$数据库-2015-2024-v2.xlsx
Normal file
BIN
Doc/~$数据库-2015-2024-v2.xlsx
Normal file
Binary file not shown.
5
Tools/T1_ReadAreaDict.py
Normal file
5
Tools/T1_ReadAreaDict.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# 读取 Dict 目录下 ChinaCitys2025.json
|
||||||
|
import json
|
||||||
|
with open(r'D:\dsWork\YunNanProject\Dict\ChinaCitys2025.json', 'r', encoding='utf-8') as f:
|
||||||
|
data = json.load(f)
|
||||||
|
print(data)
|
Reference in New Issue
Block a user