CUDevcudev.blog.chinaunix.net
CUDev
全部博文(675)
2012年(1)
2011年(20)
2010年(14)
2009年(63)
2008年(118)
2007年(141)
2006年(318)
Frank_lh
ilovemyy
converse
qxhgd
zhoujian
haoyinzh
水仙笑
transist
叶绍琛
dnybz
wb123456
forbest0
澎湃的哥
2233gogo
zmcjs
蛤4英英
Sarawak
shibeng7
分类: Python/Ruby
2006-07-04 18:45:59
methodList = [method for method in dir(object) if callable(getattr(object, method))]如果了解shell的话,这个将很好理解:for method in dir(object)do if [ callable(getattr(object, method)) ];then print $method fidone
上一篇:list的深入学习
下一篇:python中的and和or
登录 注册