string
구문 분석된 HTML 트리를 string형으로 변환하기
설명
는 str = string(tree)htmlTree 객체 tree를 string형으로 변환합니다.
팁
string 함수를 사용하여 htmlTree 객체의 기본 HTML 코드를 검사할 수 있습니다. htmlTree 객체의 요소를 탐색하려면 findElement 함수를 사용합니다.
구문 분석된 HTML 트리를 string형으로 변환하기
는 str = string(tree)htmlTree 객체 tree를 string형으로 변환합니다.
팁
string 함수를 사용하여 htmlTree 객체의 기본 HTML 코드를 검사할 수 있습니다. htmlTree 객체의 요소를 탐색하려면 findElement 함수를 사용합니다.