win 32 extension 브러리를 뒤, 리 보.~
~cpp from win32com.client import Dispatch ie = Dispatch("InternetExplorer.Application") ie.Visible = True ie.Navigate("http://zeropage.org") ie.Navigate("http://zeropage.org/wiki/RecentChange") ie.Quit()
2 ¶
~cpp //동문 http://www.caucse.net/page/home.php . // ie.Document.login.user_Id.value = "reset" ie.Document.login.passwd=" " ie.Document.login.submit()
문 ¶
- ie type instance 는데, ie 는 메(맞?) 대 명 는 문 디 ? 보 id, pw를 는 메 및 . --
내 http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrowser/reference/objects/internetexplorer.asp 들 . 는 WebBrowser, Document . (login 는 ~) --1002
- firefox opera 는..-_-a -
IE Automation 므, firefox opera 는 른 방 . --1002
- 무 . 린 c++/mfc/atl/com 는데 - ljh131