Use regular expression – var txt = HTML-STRING.replace(/(<([^>]+)>)/gi, ""); · Directly extract the text content from an HTML element – var ...
確定! 回上一頁