我使用以下代码来显示弹出消息 if platform.system() == 'Windows': import ctypes def message_box(title, text, style): return ctypes.windll.user32.MessageBoxW(0 ...
確定! 回上一頁