标签:rgba print def class类 style getattr col sel att
aa="test1" class A: def test1(self): print("test1") def test2(self): print("test2") def test3(self): print("test3") a=A() func=getattr(a,aa) func()
#test1
标签:rgba print def class类 style getattr col sel att
原文地址:https://www.cnblogs.com/longyi2020/p/14451685.html