我們知道,在Python 裡面可以使用 time.sleep 來讓程式碼暫停一段時間,例如: import time print('...部分程式碼...') time.sleep(5) ...
確定! 回上一頁