You can't use time.sleep here because that freezes the GUI thread, so the GUI will be completely frozen during this time.
確定! 回上一頁