摘要:
from openpyxl import load_workbook from openpyxl.utils import get_column_letter #通过阿拉伯数组转换成 如:A,B,AF 使用方法 get_column_letter(2361) def read_case(): wb= 阅读全文
摘要:
shopInfo = {} shopInfo['name']='1' shopInfo['address']='1' shopInfo['city']='1' shopInfo['phone']='1' shopInfo['number']='1' sql = "insert into 表明(%s) 阅读全文