python 配置文件
目录
python 读取配置文件 config.ini
[database]
host localhost
port 3306
user root[app]
debug true
tikz_url "http://39.97.230.23:8000/generate" python 读取配置文件
import configparserimport sys
import os
current_dir os.path.dirname(os.pat…
2026/7/28 14:17:02