Alert boxes in Python? at Stack Overflow provides a solution: import win32api win32api.MessageBox(0, 'hello', 'title'). Additionally:
確定! 回上一頁