Python 中的 if __name__ == __main__ : 到底有啥做用?!

首先,咱們要知道 Python 在導入模塊的時候,會將被導入模塊的代碼執行一遍,例如:有 2 個模塊 test_1.py、test_2.py,其中 test_2.py 引入了 test_1.py。python test_1.py:web def hello(name): print('Hi, ' + name + " !") hello('kaka') test_2.py:bas
相關文章
相關標籤/搜索