1
2
1686
0
command + F1/ctrl + F1 按下alt + 點擊信息框
一般在風(fēng)格比較好的代碼中會有一行if __name__ == '__main__' :代碼,這里說明一下這句代碼的用處,先上兩個代碼test1.py和test2.py: 兩個...