码迷,mamicode.com
首页 > 其他好文 > 详细

class类反射的用法--getattr()

时间:2021-02-27 12:58:13      阅读:0      评论:0      收藏:0      [点我收藏+]

标签: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

class类反射的用法--getattr()

标签:rgba   print   def   class类   style   getattr   col   sel   att   

原文地址:https://www.cnblogs.com/longyi2020/p/14451685.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!