Python dir 函数 Python 局部和全局变量 Python 打印屏幕 Python dir 函数 #!/usr/bin/python # Import built-in module math import math content = dir(math) print content Python 局部和全局变量 Python 打印屏幕