摘要: import configparser conf=configparser.ConfigParser() #創建一個對象 # f=open('db.ini','w') conf['DEFAULT'] = { 'sessions_time_out':60 } conf['186-DB'] = { 'ip':'186.12.33', 'prot':3306 } # #字... 阅读全文
posted @ 2019-01-22 02:35 LmtMe 阅读(481) 评论(0) 推荐(0)