import ctypes text = 'Using MB_SYSTEMMODAL' title = 'Some Title' ctypes.windll.user32.MessageBoxW(0, text, title, 0x1000).
確定! 回上一頁