摘要:
#!/usr/bin/env python#-*- conding:utf-8 -*-# class Person(object):# def __init__(self,name,age):# self.name = name# self.age = age## def getName(self) 阅读全文
摘要:
import osimport xlrdfrom xlutils.copy import copydef base_dir(filename=None): return os.path.join(os.path.dirname(__file__),filename)"""对excel进行操作"""w 阅读全文