摘要:
python2.7使用xlsxwriter创建excel ,不关闭xlsxwriter对象,会报错: Exception Exception: Exception('Exception caught in workbook destructor. Explicit close() may be re 阅读全文
摘要:
TypeError: object() takes no parameters TypeError: this constructor takes no arguments 如下是学习python类时遇到的一个小例子。经过查阅资料才知道,是构造函数写错的问题, __init__(self,name) 阅读全文