import ctypes # An included library with Python install. ctypes.windll.user32.MessageBoxW(0,"Your text","Your title", 1) ...
確定! 回上一頁