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...

26,694 Responses

  1. RalphBic表示:

    https://canadiandrugs.tech/# drugs from canada canadiandrugs.tech

  2. Wilfredtar表示:

    vipps approved canadian online pharmacy canadian pharmacy 24h com – canadian drug pharmacy canadiandrugs.tech

  3. RalphBic表示:

    http://indiapharmacy.guru/# best online pharmacy india indiapharmacy.guru

  4. JeffreyAmush表示:

    world pharmacy india india online pharmacy world pharmacy india indiapharmacy.guru

  5. RalphBic表示:

    https://edpills.tech/# ed pill edpills.tech

  6. Joshuafab表示:

    https://canadapharmacy.guru/# canada drugs online canadapharmacy.guru

  7. DavidFUs表示:

    reputable canadian pharmacy canadian neighbor pharmacy – adderall canadian pharmacy canadiandrugs.tech

  8. site表示:

    Nice post. I learn something new and challenging on blogs I stumbleupon every day.
    It’s always useful to read articles from other
    writers and use a little something from other web sites.

  9. RalphBic表示:

    https://indiapharmacy.guru/# Online medicine home delivery indiapharmacy.guru

  10. RalphBic表示:

    https://edpills.tech/# ed meds edpills.tech

  11. RalphBic表示:

    https://edpills.tech/# male erection pills edpills.tech

  12. RalphBic表示:

    http://indiapharmacy.guru/# online pharmacy india indiapharmacy.guru

  13. Wilfredtar表示:

    top 10 online pharmacy in india indian pharmacies safe – п»їlegitimate online pharmacies india indiapharmacy.guru

  14. JeffreyAmush表示:

    online pharmacy india top 10 online pharmacy in india online pharmacy india indiapharmacy.guru

  15. RalphBic表示:

    https://edpills.tech/# compare ed drugs edpills.tech

  16. RalphBic表示:

    https://indiapharmacy.guru/# buy medicines online in india indiapharmacy.guru

  17. DavidFUs表示:

    cheapest ed pills the best ed pill – treatment for ed edpills.tech

  18. RalphBic表示:

    https://edpills.tech/# compare ed drugs edpills.tech

  19. RalphBic表示:

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

  20. RalphBic表示:

    https://indiapharmacy.guru/# online shopping pharmacy india indiapharmacy.guru

  21. Joshuafab表示:

    https://mexicanpharmacy.company/# mexican drugstore online mexicanpharmacy.company

  22. JeffreyAmush表示:

    canadian family pharmacy online pharmacy canada pharmacy com canada canadiandrugs.tech

  23. RalphBic表示:

    http://canadiandrugs.tech/# canada drugstore pharmacy rx canadiandrugs.tech

  24. Wilfredtar表示:

    ed medication ed treatment drugs – pills for erection edpills.tech

  25. RalphBic表示:

    http://edpills.tech/# top erection pills edpills.tech

  26. RalphBic表示:

    http://edpills.tech/# best treatment for ed edpills.tech

  27. DavidFUs表示:

    indianpharmacy com indian pharmacy – buy medicines online in india indiapharmacy.guru

  28. RalphBic表示:

    https://edpills.tech/# best non prescription ed pills edpills.tech

  29. RalphBic表示:

    http://indiapharmacy.guru/# reputable indian pharmacies indiapharmacy.guru

  30. JeffreyAmush表示:

    male erection pills best medication for ed treatment of ed edpills.tech

發佈留言

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