1 #!/usr/bin/env python 2 li = [] 3 print(dir(li)) 4 help(list)
dir、help查询
原文:http://www.cnblogs.com/shiluoliming/p/6217416.html