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

  1. Aw, this was a really nice post. Finding the time and actual effort to create a really good article… but what can I say… I hesitate a whole lot and never manage to get anything done.

  2. The 10 Scariest Things About Injury Accident Lawyers Injury accident Lawyers

  3. DouglasGed表示:

    Online medicine home delivery: Online pharmacy – buy medicines online in india

  4. Leonardpar表示:

    http://edpillpharmacy.store/# what is the cheapest ed medication

  5. Leonardpar表示:

    https://indiapharmacy.shop/# indian pharmacy paypal

  6. Here is my web page … geneticists.org

  7. Rose表示:

    20 Up-Andcomers To Watch The Wine Fridge Freestanding Industry built in wine refrigerator,
    Rose,

  8. Clarice表示:

    The 10 Scariest Things About Rabbit Vibrators Uk rabbit vibrators uk, Clarice,

  9. Guy表示:

    Here is my blog: Guy

  10. Leonardpar表示:

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

  11. DouglasGed表示:

    mexican border pharmacies shipping to usa: mexican pharmacy – mexican mail order pharmacies

  12. DouglasGed表示:

    buy ed pills: Best ED meds online – ed meds by mail

  13. DouglasGed表示:

    boner pills online: ED meds online with insurance – online ed pills

  14. Leonardpar表示:

    https://edpillpharmacy.store/# cheap ed meds online

  15. Leonardpar表示:

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

  16. Leonardpar表示:

    http://edpillpharmacy.store/# ed medications cost

  17. DouglasGed表示:

    best online pharmacies in mexico: Best pharmacy in Mexico – medicine in mexico pharmacies

  18. Leonardpar表示:

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

  19. DouglasGed表示:

    mexican drugstore online: Best pharmacy in Mexico – mexican pharmaceuticals online

  20. Want to learn more about the auto industry and how it works?

  21. DouglasGed表示:

    mexican pharmaceuticals online: Mexico pharmacy online – mexican rx online

  22. onbet表示:

    You’ve made some decent points there. I checked on the net for additional information about the issue and found most people will go along with your views on this web site.

  23. Leonardpar表示:

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

  24. DouglasGed表示:

    top 10 online pharmacy in india: Online pharmacy USA – top 10 pharmacies in india

  25. However, the standard is not free of charge, and its provisions are not publicly available.

  26. Majority of people may not agree to this and are of the view that the large wholesale businesses and prominent manufacturing plants are actually the most important factor for the economic growth of a country.

  27. How To Choose The Right Truck Crash Lawyer On The Internet st petersburg truck accident
    lawyer (andreadanahe.com)

  28. Leonardpar表示:

    http://mexicopharmacy.win/# reputable mexican pharmacies online

發佈留言

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