dir、help查询

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