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

13,737 Responses

  1. You’ve provided a fresh take on this issue.오피

  2. LouisFoums表示:

    acquistare farmaci senza ricetta: Farmacie on line spedizione gratuita – farmacie online sicure

  3. Charlesmop表示:

    http://farmaciait.men/# Farmacia online piГ№ conveniente
    farmacia online senza ricetta

  4. Edisonanazy表示:

    farmacia online senza ricetta: Cialis generico 20 mg 8 compresse prezzo – Farmacie on line spedizione gratuita

  5. LouisFoums表示:

    viagra generico prezzo piГ№ basso: viagra – pillole per erezione in farmacia senza ricetta

  6. Charlesmop表示:

    https://sildenafilit.pro/# miglior sito per comprare viagra online
    farmacia online piГ№ conveniente

  7. CharlesrooNo表示:

    farmaci senza ricetta elenco Tadalafil generico migliore farmacie online affidabili

  8. LouisFoums表示:

    farmacia senza ricetta recensioni: viagra subito – viagra 50 mg prezzo in farmacia

  9. Charlesmop表示:

    http://sildenafilit.pro/# alternativa al viagra senza ricetta in farmacia
    farmacie online autorizzate elenco

  10. CharlesrooNo表示:

    farmacia online farmacia online migliore farmaci senza ricetta elenco

  11. CharlesrooNo表示:

    viagra generico sandoz viagra generico siti sicuri per comprare viagra online

  12. Edisonanazy表示:

    migliori farmacie online 2024: Cialis generico 20 mg 8 compresse prezzo – farmacie online affidabili

  13. EdwardMet表示:

    viagra subito acquisto viagra viagra online in 2 giorni

  14. EdwardMet表示:

    Farmacia online piГ№ conveniente Farmacia online migliore top farmacia online

  15. CharlesrooNo表示:

    comprare farmaci online con ricetta Tadalafil generico migliore farmacie online affidabili

  16. Charlesmop表示:

    https://tadalafilit.com/# migliori farmacie online 2024
    top farmacia online

  17. Edisonanazy表示:

    farmaci senza ricetta elenco: Farmacia online migliore – farmacia online piГ№ conveniente

  18. That’s how males’s vogue has evolved from the idea of formality to the place where they search consolation in every thing they wear.

  19. All other matters are decided with a simple majority.

  20. Walter & Cherie Glaser are a world journey-writing team based mostly down under in Melbourne, Australia.

  21. Если вы искали где отремонтировать сломаную технику, обратите внимание – выездной ремонт бытовой техники в волгограде

  22. Hello there! This post could not be written much better! Looking through this article reminds me of my previous roommate! He constantly kept talking about this. I will send this post to him. Fairly certain he will have a great read. Thanks for sharing!

  23. Edisonanazy表示:

    viagra pfizer 25mg prezzo: viagra – farmacia senza ricetta recensioni

  24. You will need to scroll right down to the heading for the SVG & PNG Download, the place you will note a link in a mild blue box to download the file.

  25. If you’re hourly, when does time beyond regulation kick in?

  26. Many of these are new to me, though I’ve been using Gradible 🙂 can’t wait to research these extra when I’m off my telephone!

  27. Antlers might be modeled off any real life Antlers belonging to Deer, Moose, and so forth.

  28. Poor distribution is the primary trigger of failure.

  29. EdwardMet表示:

    farmacia online Farmacia online piГ№ conveniente acquisto farmaci con ricetta

  30. Easily dressed up or down, Cole Haan’s Chelsea boot in smooth leather or suede is a versatile, go-with-something shoe for cooler weather.

發佈留言

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