python - TypeError: printBB() takes 0 positional arguments but
天蓬老师
天蓬老师 2017-04-18 10:23:08
0
1
631

class BB:

def printBB():
    print('no zuo no die')

BB.printBB()
bb=BB()
bb.printBB()
no zuo no die
TypeError: printBB() takes 0 positional arguments but 1 was given

bb.printBB()是这一行报错

class BB():

def printBB(self):
    print('no zuo no die')

BB().printBB()
bb=BB()
bb.printBB()

如果printBB后有self参数 那BB后需要()。相当于调用本身对象
不加self相当于没调用本身对象,所以bb=BB() 旗下没printBB方法?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

membalas semua(1)
迷茫

Jangan tambah diri pada kaedah kelas?

Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan