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

  1. TomasRop表示:

    farmacie online affidabili: Cialis generico farmacia – migliori farmacie online 2024

  2. TomasRop表示:

    migliori farmacie online 2024: Avanafil prezzo – comprare farmaci online all’estero

  3. There are a handful of fascinating points at some point in the following paragraphs but I do not know if they all center to heart. There exists some validity but Let me take hold opinion until I look into it further. Great post , thanks and then we want a lot more! Included in FeedBurner at the same time

  4. Timothyzew表示:

    https://cialisgenerico.life/# migliori farmacie online 2024

  5. free sex cams表示:

    Excellent write-up. I certainly love this website. Stick with it!

  6. Mesothelioma as well as lung cancer are caused by asbestos Claim exposure in high-risk
    occupations like construction workers, shipyard workers and Navy seamen.

  7. TomasRop表示:

    farmacia online piГ№ conveniente: Cialis generico 5 mg prezzo – farmacie online sicure

  8. RandyLunda表示:

    viagra originale in 24 ore contrassegno: viagra senza prescrizione – viagra naturale in farmacia senza ricetta

  9. An intriguing discussion may be worth comment. I do think that you should write regarding this topic, may possibly not often be a taboo subject but usually people are there are not enough to dicuss on such topics. To a higher. Cheers

  10. Timothyzew表示:

    https://cialisgenerico.life/# farmacie online autorizzate elenco

  11. RandyLunda表示:

    migliori farmacie online 2024: kamagra gold – farmacia online

  12. 5 Killer Quora Answers On Citroen Ds3 Key Replacement
    Citroen ds3 key Replacement

  13. RandyLunda表示:

    Farmacie on line spedizione gratuita: Cialis generico 5 mg prezzo – farmacia online

  14. 5 Killer Quora Questions On Birth Injury Claim Birth Injury Lawyer

  15. ngentot memek表示:

    I used to be able to find good information from your articles.

  16. Key for lexus表示:

    7 Things You Didn’t Know About Lost Lexus Key Key for lexus

  17. RandyLunda表示:

    viagra naturale: viagra senza prescrizione – viagra consegna in 24 ore pagamento alla consegna

  18. Upvc Window Doctor Near Me Tools To Streamline Your
    Daily Life Upvc Window Doctor Near Me Trick That Everybody Should Be
    Able To upvc Window Doctor near me

  19. RandyLunda表示:

    comprare farmaci online con ricetta: kamagra oral jelly consegna 24 ore – comprare farmaci online con ricetta

  20. avanee.com表示:

    The Seo Revolution – How Produce Quality Links Without The Hassle!

    seo 최적화 (avanee.com)

  21. TomasRop表示:

    farmacie online affidabili: kamagra oral jelly consegna 24 ore – migliori farmacie online 2024

  22. TomasRop表示:

    Farmacie on line spedizione gratuita: Farmacie che vendono Cialis senza ricetta – migliori farmacie online 2024

  23. RandyLunda表示:

    Farmacia online piГ№ conveniente: kamagra oral jelly – farmacie online sicure

  24. It is a well put together concept and shall be appreciated for that. Thank you for explaining what needed to be said.

  25. RandyLunda表示:

    comprare farmaci online all’estero: Farmacie che vendono Cialis senza ricetta – comprare farmaci online con ricetta

  26. Timothyzew表示:

    https://cialisgenerico.life/# farmaci senza ricetta elenco

  27. Visit my homepage – Daycares popular listings (https://personal-loans.info)

  28. Timothyzew表示:

    https://viagragenerico.site/# viagra online spedizione gratuita

發佈留言

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