求解答:
電腦運行pyinstaller打包的exe檔案自動重啟是什么情況呀, 只有那一臺電腦是這樣的, 其他的電腦上試都沒有這個問題

以下是原始碼:
import pyautogui
import time
while True:
try:
local_post = pyautogui.locateOnScreen(r".\125.png")
print(local_post)
except Exception as e:
print(e)
time.sleep(10)
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/48383.html
下一篇:匯編:鍵入字串,統計小寫字母個數,不知道程式哪里不對,masm出來沒有問題,可是運行時候不能輸出統計個數,求解啊啊啊啊,謝謝。
