会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小小菜鸟成长记
CnBlogs
Home
New Post
Contact
Admin
Subscription
2020年10月28日
python 读取ini文件内容
1 import configparser 2 cfgini = "D:\\123.ini" 3 conf = configparser.ConfigParser() 4 conf.read(cfgini) 5 print(conf.get("SaveData","fileSavePath"))
Read More
posted @ 2020-10-28 14:22 菜鸟要飞~
Views(168)
Comments(0)
Diggs(0)
Edit
公告