摘要:
xlwt/xlrd库 存Excel文件:(如果存储数据中有字符,那么写法还有点小小的变化) [python] view plain copy import xlwt workbook = xlwt.Workbook(encoding='utf-8') booksheet = workbook.add 阅读全文
posted @ 2018-03-06 14:58
欧阳平
阅读(5688)
评论(0)
推荐(0)
摘要:
"." Matches any character except a newline. "^" Matches the start of the string. "$" Matches the end of the string or just before the newline at the e 阅读全文
posted @ 2018-03-06 10:00
欧阳平
阅读(301)
评论(0)
推荐(0)

浙公网安备 33010602011771号