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

  1. DouglasGed表示:

    mexican border pharmacies shipping to usa: Best pharmacy in Mexico – mexican drugstore online

  2. DouglasGed表示:

    online ed medicine: Cheapest online ED treatment – affordable ed medication

  3. DouglasGed表示:

    buying from online mexican pharmacy: mexico pharmacy win – medicine in mexico pharmacies

  4. DouglasGed表示:

    indian pharmacy: Indian pharmacy international shipping – online shopping pharmacy india

  5. DouglasGed表示:

    medicine in mexico pharmacies: mexico pharmacy win – mexican border pharmacies shipping to usa

  6. DouglasGed表示:

    mexican pharmaceuticals online: Best online Mexican pharmacy – purple pharmacy mexico price list

  7. What’s The Current Job Market For Upvc Windows Repair Professionals?
    upvc Windows Repair

  8. Unexpected Business Strategies Helped Double Glazed
    Units Near Me Achieve Success replacement double glazed units near me

  9. DouglasGed表示:

    reputable indian pharmacies: Best Indian pharmacy – indianpharmacy com

  10. Rosella表示:

    Window Repair Near Me Techniques To Simplify Your Everyday Lifethe
    Only Window Repair Near Me Trick That Every Person Must Learn window
    repair near me (Rosella)

  11. DouglasGed表示:

    indian pharmacy: Online medicine home delivery – online pharmacy india

  12. 5 Tools That Everyone Working Involved In Double Glazed
    Window Repairs Near Me Industry Should Be Using double glazed Door handles

  13. DouglasGed表示:

    where to get ed pills: Best ED meds online – erectile dysfunction medicine online

  14. DouglasGed表示:

    medication from mexico pharmacy: Purple pharmacy online ordering – pharmacies in mexico that ship to usa

  15. 4 Dirty Little Tips About The L Shaped Couch Industry L shaped sleeper couch

  16. DouglasGed表示:

    mexican pharmaceuticals online: Medicines Mexico – best online pharmacies in mexico

  17. DouglasGed表示:

    india pharmacy: Top online pharmacy in India – mail order pharmacy india

  18. DouglasGed表示:

    online ed meds: Best ED meds online – cheap erection pills

  19. While you can save money up front by managing your own investments, hiring a financial adviser can pay off.

  20. DouglasGed表示:

    reputable indian online pharmacy: Indian pharmacy online – top online pharmacy india

  21. Leonardpar表示:

    http://edpillpharmacy.store/# cheapest online ed treatment

  22. Leonardpar表示:

    http://indiapharmacy.shop/# Online medicine order

  23. DouglasGed表示:

    medicine in mexico pharmacies: mexico drug stores pharmacies – п»їbest mexican online pharmacies

  24. DouglasGed表示:

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

  25. DouglasGed表示:

    buying from online mexican pharmacy: Best pharmacy in Mexico – mexico pharmacies prescription drugs

  26. Leonardpar表示:

    http://mexicopharmacy.win/# mexico pharmacies prescription drugs

發佈留言

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