일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- xss game
- IF문
- property
- blind sql injection
- 객체
- Pwndbg
- lord of sql injection
- xss game 풀이
- 조건문
- 함수
- 메소드
- jQuery
- github
- htmlspecialchars
- object
- python
- 파이썬
- 백준 파이썬
- 포인터
- window
- element 조회
- 김성엽 대표님
- 사칙연산
- 자바스크립트
- 백준 알고리즘
- sql injection
- document
- burp suite
- 배열
- suninatas 풀이
Archives
- Today
- Total
목록Node.childNode (1)
power-girl0-0
[ Node ] Node 관계 API
생활코딩 웹브라우저 javascript를 참고하여 공부하였습니다. 스스로 공부한 것을 정리하고 복습하기 위한 목적으로 작성하였습니다. ( 출처 : https://opentutorials.org/course/743inf.run/pBzy) Node 관계 API Node 객체는 Node 간의 관계 정보를 담고 있는 일련의 API를 가지고 있다. 다음은 관계와 관련된 property들이다. Node.childNodes : 자식노드들을 유사배열에 담아서 리턴한다. Node.firstChild : 첫번째 자식노드 Node.lastChild : 마지막 자식노드 Node.nextSibling : 다음 형제 노드 Node.previousSibling : 이전 형제 노드 Node.parentNode : 부모 노드 아래는 ..
언어/Javascript
2021. 2. 10. 01:14