Python3 Dir 函数 Python3 命名空间 Python3 当行语句 Python3 Dir 函数 #!/usr/bin/python3 # Import built-in module math import math content = dir(math) print (content) Python3 命名空间 Python3 当行语句