我想问问,这个叫positional argument的报错是个啥,啥情况
你的Student是类还是对象?看样子是个类,你要先实例化一个对象,即s=Student()s.CreateClass("xxx.txt");