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

  1. Charlesmop表示:

    https://farmaciait.men/# Farmacia online miglior prezzo
    Farmacie online sicure

  2. CharlesrooNo表示:

    cerco viagra a buon prezzo viagra generico dove acquistare viagra in modo sicuro

  3. Edisonanazy表示:

    viagra originale in 24 ore contrassegno: viagra – viagra originale in 24 ore contrassegno

  4. CharlesrooNo表示:

    comprare farmaci online all’estero farmacia online migliore Farmacia online piГ№ conveniente

  5. FloydDwent表示:

    https://farmaciaeu.com/# farmacia online 24 horas
    farmacia online envГ­o gratis

  6. Normanfer表示:

    farmacia online barata y fiable: farmacia online envio gratis – farmacia online envГ­o gratis

  7. FloydDwent表示:

    https://sildenafilo.men/# sildenafilo 100mg sin receta
    farmacia online envГ­o gratis

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

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

  10. bk8 goal表示:

    Remarkable Entry Thoughts
    Wow , what a thought-provoking entry! I really appreciated
    consuming your insights on this subject .

    As a reader who has been tracking your digital platform for a stretch, I have to say that this is
    amidst your most eloquently crafted and enthralling works so far .

    The way you intertwined the viewpoints and academic findings was really remarkable .
    I came across myself agreeing as I consumed ,
    as your assertions merely felt to advance incredibly
    effortlessly .

    My website bk8 goal

  11. FloydDwent表示:

    http://tadalafilo.bid/# farmacia online espaГ±a envГ­o internacional
    farmacia online envГ­o gratis

  12. Normanfer表示:

    farmacia online envГ­o gratis: comprar cialis online seguro opiniones – farmacia online 24 horas

  13. JamesMix表示:

    farmacia en casa online descuento: farmacia online barata – farmacias online seguras

  14. Профессиональный сервисный центр по ремонту парогенераторов в Москве.
    Мы предлагаем: отремонтировать парогенератор
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  15. DennisRep表示:

    http://tadalafilo.bid/# farmacia online barcelona

  16. Профессиональный сервисный центр по ремонту парогенераторов в Москве.
    Мы предлагаем: ремонт парогенераторов цена
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  17. JamesMix表示:

    farmacia online envГ­o gratis: Cialis generico – farmacia online envГ­o gratis

  18. Normanfer表示:

    viagra para hombre precio farmacias similares: sildenafilo precio farmacia – comprar viagra online en andorra

  19. DennisRep表示:

    https://sildenafilo.men/# viagra para mujeres

  20. JamesMix表示:

    sildenafilo 100mg precio espaГ±a: viagra online rГЎpida – venta de viagra a domicilio

  21. DennisRep表示:

    https://sildenafilo.men/# sildenafilo 100mg precio espaГ±a

  22. JamesMix表示:

    viagra para hombre venta libre: comprar viagra – comprar viagra sin gastos de envГ­o

  23. DennisRep表示:

    https://sildenafilo.men/# sildenafilo cinfa 100 mg precio farmacia

  24. Normanfer表示:

    farmacia online barata: Tadalafilo precio – farmacia en casa online descuento

  25. FloydDwent表示:

    https://tadalafilo.bid/# farmacias online seguras
    farmacia online barata

  26. The beneath verse makes me think of the feeling I all the time acquired when riding a horse like Phoenix.

  27. If you don’t have a violent criminal file, and/or are usually not related to the violent thug, drug or gang subcultures, who commit the overwhelming majority of crimes in America, your chances of being shot or killed by an assailant with a gun are almost as little as murder rates in Western Europe where gun possession is outlawed.

  28. While one comment argued that there is the Central Provident Fund (CPF) that can function an elderly retirement fund, others replied that not everybody saves a substantial quantity within the CPF.

  29. With so many travelers exploring the great outdoors, a traditional but cute and comfy strolling shoe is an absolute must.

  30. In this text, you’ll study the key causes that Walmart has been in a position to maintain its prices low — chopping-edge know-how, a frugal company culture and a push to make suppliers promote merchandise at cheaper and cheaper costs.

發佈留言

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