Baseline Widely available
Node.normalize()
ë©ìëë ì§ì ë ë
¸ëì íì í¸ë¦¬ì 모ë ë
¸ë를 "ì ê·íë" ííë¡ ëìµëë¤. ì ê·íë íì í¸ë¦¬ì í
ì¤í¸ ë
¸ëë ë¹ì´ìì§ ìì¼ë©° ì¸ì í í
ì¤í¸ ë
¸ëë ì¡´ì¬íì§ ììµëë¤.
var wrapper = document.createElement("div");
wrapper.appendChild(document.createTextNode("Part 1 "));
wrapper.appendChild(document.createTextNode("Part 2 "));
// ì´ ë, wrapper.childNodes.length === 2
// wrapper.childNodes[0].textContent === "Part 1 "
// wrapper.childNodes[1].textContent === "Part 2 "
wrapper.normalize();
// ì´ì , wrapper.childNodes.length === 1
// wrapper.childNodes[0].textContent === "Part 1 Part 2 "
ëª
ì¸ ë¸ë¼ì°ì í¸íì± í¨ê» 보기
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4