python class 调用

class 调用

class A():
	def a():
test = A()
test.a()
原文地址:https://www.cnblogs.com/artesian0526/p/14512175.html