Skip to content
조회 수 16992 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

ahk_l 웹페이지 파일로 저장한 뒤 불러와 필요한 부분 추출하여 출력하기

http://www.autohotkey.com/forum/viewtopic.php?p=378141#378141

; download the webpage source
URLDownloadToFile, http://www.google.com, Google_HTML
FileRead, html, Google_HTML
FileDelete, Google_HTML

; write the Google Source to an HTMLfile
doc := ComObjCreate("HTMLfile")
doc.write(html)

; loop through all the links
links := doc.links
Loop, % links.length 
   n := A_Index-1
   , list .= n ") " links[n].innerText "`n"
   . "URL: " links[n].href "`n`n"

; some URLs have "about:" rather than the domain
StringReplace, list, list, about:, http://www.google.com, All

MsgBox, %list%

로그인 후 댓글쓰기가 가능합니다.

?

List of Articles
번호 분류 제목 날짜 조회 수
62 AutoHotKey [autohotkey] TCP/IP 메시지 전달방법 2011.02.05 13989
61 AutoHotKey autohotkey) 런처시스템 3 2012.05.30 14286
60 AutoHotKey 웹페이지의 내용을 변수에 넣기 2011.02.17 14493
59 AutoHotKey 클릭해서 새창열리는 페이지에 클릭 또는 값설정 가능한가요? 2011.02.22 14724
58 AutoHotKey [ahk]웹페이지가 띄워진 창 내용을 추출하여 로딩이 완료되었는지를 확인할 수 있는 소스 2011.02.25 14748
57 AutoHotKey [ahk] 레지스터리 등록여부 확인 후 없으면 추가시키기 2 1 2011.02.14 14977
56 AutoHotKey autohotkey) 파일리스트 가져오기 3 2012.11.26 14986
55 AutoHotKey autohotkey) 맥어드레스 추출 2 2011.12.21 15082
54 AutoHotKey autohotkey) 네 코드를 보여, 내가 당신에게서 배우고 싶어요 1 2012.01.08 15114
53 AutoHotKey autohotkey) 웹페이지의 프레임 내용보기 & 클릭하기 2011.11.29 15147
52 AutoHotKey [AHK_B&AHK_L] 익스플로러 HTML 문서정보 알아내기(IE HTML Element Spy) 2011.08.08 15160
51 AutoHotKey autohotkey)매월 1일의 요일 구하기 1 2013.01.27 15265
50 AutoHotKey ahk로 만든 파일을 exe로 컴파일 한 후 실행시킬때 변수를 임의 1 1 2011.02.24 15333
49 AutoHotKey autohotkey_L Object 2011.02.21 15391
48 AutoHotKey Autohotkey + mypeople(마이피플) 메시지 전송 1 2013.03.12 15432
47 AutoHotKey UrlDownloadToVar() 1 2011.02.09 15464
46 AutoHotKey 정보수집 2011.03.30 16087
45 AutoHotKey [autohotkey] 레지스트리 재부팅이 필요한 항목 수정후 재부팅 없이 바로 적용시킬수있는 방법 1 2011.02.07 16149
44 AutoHotKey WinMenuSelectItem로 메뉴선택하기 1 2011.02.17 16302
43 AutoHotKey #ifwinactive & #ifwinexist 윈도우창 마다 핫키의 용도를 다르게 사용하는 방법 2011.02.14 16526
Board Pagination Prev 1 2 3 4 5 Next
/ 5

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소