Python 两个内置函数: locals 和globals

Python 两个内置函数: locals 和globals

在Python中,我们可以使用locals()和globals()这两个内置函数来获取当前命名空间的局部变量和…