如果有使用threading,則兩個函式就可以同時運作( 雖然是同時,但底層仍然是有幾毫秒的執行順序) import threading import time def aa(): i = 0 while i<5: i = i + 1 ...
確定! 回上一頁