import win32gui WM_SETTEXT = 0x0c t = win32gui.FindWindow( None, "Open" ) t1 = win32gui.GetDlgItem( t, 1 ) print (win32gui.
確定! 回上一頁