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