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,107 Responses

  1. DouglasGed表示:

    п»їbest mexican online pharmacies: mexico pharmacy win – mexico drug stores pharmacies

  2. Take a look at my page :: highstakes 777

  3. DouglasGed表示:

    best online pharmacies in mexico: mexican pharmacy – mexican online pharmacies prescription drugs

  4. Leonardpar表示:

    http://indiapharmacy.shop/# top 10 pharmacies in india

  5. DouglasGed表示:

    п»їlegitimate online pharmacies india: Top online pharmacy in India – buy medicines online in india

  6. DouglasGed表示:

    cheapest online pharmacy india: Top online pharmacy in India – Online medicine home delivery

  7. Leonardpar表示:

    http://indiapharmacy.shop/# cheapest online pharmacy india

  8. Leonardpar表示:

    http://mexicopharmacy.win/# medication from mexico pharmacy

  9. Why Self Emptying Robot Vacuum And Mop Is The Right
    Choice For You? best self emptying robot vacuum and mop

  10. Leonardpar表示:

    http://indiapharmacy.shop/# indian pharmacy online

  11. I blog frequently and I really appreciate your information. This article has truly peaked my interest. I’m going to take a note of your website and keep checking for new information about once per week. I subscribed to your RSS feed too.

  12. DouglasGed表示:

    buy medicines online in india: indian pharmacy – buy medicines online in india

  13. DouglasGed表示:

    mexican border pharmacies shipping to usa: Best pharmacy in Mexico – buying prescription drugs in mexico online

  14. DouglasGed表示:

    india pharmacy: Online medicine home delivery – india online pharmacy

  15. DouglasGed表示:

    world pharmacy india: Indian pharmacy online – best online pharmacy india

  16. Leonardpar表示:

    http://mexicopharmacy.win/# pharmacies in mexico that ship to usa

  17. The very next time I read a blog, I hope that it doesn’t fail me just as much as this particular one. After all, Yes, it was my choice to read through, but I genuinely thought you’d have something useful to say. All I hear is a bunch of crying about something you can fix if you weren’t too busy searching for attention.

  18. Leonardpar表示:

    http://edpillpharmacy.store/# ed meds online

  19. From Around The Web Here Are 20 Amazing Infographics About Window Repair double glazed window repairs near me

  20. Leonardpar表示:

    https://indiapharmacy.shop/# п»їlegitimate online pharmacies india

  21. Leonardpar表示:

    http://edpillpharmacy.store/# erectile dysfunction pills online

  22. DouglasGed表示:

    top 10 pharmacies in india: indian pharmacy – indianpharmacy com

  23. DouglasGed表示:

    cheap boner pills: Cheap ED pills online – buy erectile dysfunction medication

  24. DouglasGed表示:

    buying prescription drugs in mexico online: mexican pharmacy – buying prescription drugs in mexico

  25. The Time Has Come To Expand Your Buy Butt Plugs Options small vibrating butt plug; http://yerliakor.com/user/squidquince3/,

  26. DouglasGed表示:

    get ed meds online: Cheapest online ED treatment – order ed pills

  27. Leonardpar表示:

    http://edpillpharmacy.store/# order ed pills

發佈留言

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