python3模块的使用
程序员文章站
2022-05-10 15:50:12
...
前言
介绍模块相关用途的使用
使用
查看模块成员
方法
dir()函数
示例
> python
>>> import string
>>> print(dir(string))
['Formatter', 'Template', '_ChainMap', '_TemplateMetaclass', '__all__', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', '_re', '_sentinel_dict', '_string', 'ascii_letters', 'ascii_lowercase', 'ascii_uppercase', 'capwords', 'digits', 'hexdigits', 'octdigits', 'printable', 'punctuation', 'whitespace']
上一篇: 好高的优惠