摘要:
#! usr/bin/env python import xlrd import time class readExcel: def __init__(self,excel_file): self.excel_file = excel_file self.http_method = '' self.request_url = '' ... 阅读全文
摘要:
1、配置文件db_config.ini 2、Python读取配置文件 阅读全文