摘要:
import xlrdimport xlwt"""获取文件对象"""data = xlrd.open_workbook('pyt.xls')#通过index获取第一个sheet"""读文件,获取sheet对象"""table = data.sheets()[0]#获取所有sheettable_nam 阅读全文
摘要:
如建立conf_fat.yml文件,内容: host: doname: demo.pab.com.cn port : 80 创建py_yaml.py文件,内容: import yamlwith open("conf_fat.yml", "r") as file: content = file.rea 阅读全文