Java + JS去除網頁HTML標籤

同樣是工作上用到,在前(Javascript)、後端(Java、JSP)同樣都有的一個需求,就是必須將讀入的字串去除HTML Tag,以下是兩個範例:

var HTML = "";
HTML+= "<p>HTML P Tag String</p>";
HTML+= "<p><a href='/test/link.html'>HTML A Tag String</a></p>";

var htmlTagPattern = /<{1}[^>]{1,}>{1}/g; //HTML Tag Pattern
var htmlSplit = HTML.replace(htmlTagPattern, ""); //移除HTML Tag

console.log("htmlSplit : " , htmlSplit); //輸出htmlSplit :  HTML P Tag StringHTML A Tag String
package CDIT.stanley;
public class trimHTML {
	public static void main(String[] args) {
		String HTML = "";
		HTML+= "<p>HTML P Tag String</p>";
		HTML+= "<p><a href='/test/link.html'>HTML A Tag String</a></p>";
		
		String htmlTagPattern = "<{1}[^>]{1,}>{1}"; //HTML Tag Pattern		
		String htmlSplit = HTML.replaceAll(htmlTagPattern, ""); //移除HTML Tag
		
		System.out.println("htmlSplit : " + htmlSplit); //輸出htmlSplit : HTML P Tag StringHTML A Tag String
	}
}

You may also like...

15,108 Responses

  1. JeremyPsymn表示:

    https://easyrxcanada.online/# reputable canadian online pharmacy

  2. Robertengep表示:

    https://mexstarpharma.com/# purple pharmacy mexico price list

  3. Also visit my web site: Daycare Near Me

  4. Hermanswoff表示:

    mexican online pharmacies prescription drugs: pharmacies in mexico that ship to usa – buying prescription drugs in mexico

  5. AnthonyPress表示:

    online canadian pharmacy review canadian pharmacies comparison best online canadian pharmacy

  6. AnthonyPress表示:

    purple pharmacy mexico price list reputable mexican pharmacies online medicine in mexico pharmacies

  7. JeremyPsymn表示:

    http://easyrxindia.com/# best india pharmacy

  8. Robertengep表示:

    https://easyrxcanada.com/# adderall canadian pharmacy

  9. Robertengep表示:

    https://mexstarpharma.com/# mexican rx online

  10. “Ask Me Anything:10 Answers To Your Questions About Warren Mesothelioma Attorney mesothelioma attorney mississippi

  11. AnthonyPress表示:

    п»їlegitimate online pharmacies india indian pharmacy paypal cheapest online pharmacy india

  12. AnthonyPress表示:

    canada pharmacy online best canadian pharmacy canada drugs online reviews

  13. JeremyPsymn表示:

    https://mexstarpharma.com/# mexican pharmaceuticals online

  14. AnthonyPress表示:

    top 10 pharmacies in india indian pharmacy reputable indian pharmacies

  15. Robertengep表示:

    http://mexstarpharma.com/# buying prescription drugs in mexico online

  16. JeremyPsymn表示:

    https://easyrxcanada.com/# canadian family pharmacy

  17. Robertengep表示:

    https://easyrxindia.shop/# cheapest online pharmacy india

  18. JeremyPsymn表示:

    https://mexstarpharma.online/# buying prescription drugs in mexico

  19. Jill表示:

    Why You Should Focus On Improving Wall Electric Fireplace wall
    hanging fireplaces [Jill]

  20. Shay表示:

    Here is my blog post … Daycare Near Me – Find The Best Daycares Near
    You – Shay,

  21. Peterhew表示:

    indian pharmacy paypal: indian pharmacy paypal – pharmacy website india

  22. Peterhew表示:

    purple pharmacy mexico price list: best online pharmacies in mexico – mexico pharmacies prescription drugs

  23. JeremyPsymn表示:

    https://easyrxcanada.com/# canadian pharmacy online

  24. AnthonyPress表示:

    indian pharmacy online п»їlegitimate online pharmacies india indian pharmacy

  25. Hermanswoff表示:

    pharmacy website india: indian pharmacy paypal – buy prescription drugs from india

  26. AnthonyPress表示:

    canadian pharmacies compare canadian pharmacy price checker pharmacies in canada that ship to the us

  27. It’s difficult to find experienced people in this particular subject, however, you sound like you know what you’re talking about! Thanks

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。