导入变量

tslam / 2024-01-12 / 原文

在Python中,当你使用from module import name语法来导入一个变量时,只会导入指定的变量,不会自动导入其他变量

~ 你可以在项目中进行验证