标签:对象 blog bsp sci foo 返回 bin code return
1 #!/usr/bin/env python 2 #ascii,对象类中找__repr__,获取其返回值 3 class Foo : 4 def __repr__(self): 5 return "hello" 6 7 obj = Foo() 8 r = ascii(obj) 9 print(r )
ascii#ascii,对象类中找__repr__,获取其返回值
标签:对象 blog bsp sci foo 返回 bin code return
原文地址:http://www.cnblogs.com/shiluoliming/p/6358166.html