I am trying to load a HTML page into my app. I want to show only the content of the HTML page.
please help me with a javascript function where I can loop through all the p tags and get the content of the <p>
tags to display in a TextView as string.
<html><body>" +
"<h1>First</h1><p>text text text</p>" +
"<h1>Second</h1>more text" +
<p>text text text</p>
<p>text text text</p>
<p>text text text</p>
"</body></html>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…