U3V3
Home
Posts
Tags
RSS
【Python从零开始】第十五回_Python基础之"寻求帮助dir,help "
2017-09-20
dir用于列出python对象所有的方法
如下以字符串类str为例:
dir(str)