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

  1. TomasRop表示:

    Farmacie online sicure: Cialis generico 5 mg prezzo – Farmacia online miglior prezzo

  2. hi!,I really like your writing so much! share we be in contact more approximately your article on AOL? I require a specialist in this space to resolve my problem. Maybe that is you! Having a look ahead to peer you.

  3. Timothyzew表示:

    https://farmait.store/# acquistare farmaci senza ricetta

  4. Cabin Beds With Desk Explained In Less Than 140 Characters
    double cabin beds For adults

  5. Drip Brewer表示:

    It’s The One Filtered Coffee Makers Trick Every Person Should Be Able
    To Drip Brewer

  6. RandyLunda表示:

    farmacia online senza ricetta: Cialis generico prezzo – farmaci senza ricetta elenco

  7. What The Heck What Is Private Adhd Assessment? cheap adhd assessment uk (deletecub8.werite.Net)

  8. Feel free to surf to my web-site; Daycares By Category

  9. RandyLunda表示:

    farmacia online piГ№ conveniente: kamagra gel prezzo – farmacie online sicure

  10. Timothyzew表示:

    http://kamagrait.pro/# migliori farmacie online 2024

  11. RandyLunda表示:

    viagra 50 mg prezzo in farmacia: viagra online – le migliori pillole per l’erezione

  12. TomasRop表示:

    farmacia online senza ricetta: Cialis generico prezzo – migliori farmacie online 2024

  13. TomasRop表示:

    top farmacia online: kamagra – acquistare farmaci senza ricetta

  14. 5 Killer Quora Answers On Replacement Double Glazing Units Near Me replacement double glazing units
    near me – https://kingranks.com

  15. RandyLunda表示:

    top farmacia online: Cialis generico controindicazioni – acquistare farmaci senza ricetta

  16. firm表示:

    20 Things Only The Most Devoted Cerebral Palsy Lawyers Fans Know firm

  17. Gambling Online – Have Dominated The World’s Online Casino Games 프라그마틱 플레이

  18. TomasRop表示:

    viagra online consegna rapida: viagra senza ricetta – viagra pfizer 25mg prezzo

  19. TomasRop表示:

    acquistare farmaci senza ricetta: Farmacie che vendono Cialis senza ricetta – farmacia online senza ricetta

  20. Lashay表示:

    9 Lessons Your Parents Taught You About Lexus Ct200h Key Replacement Cost lexus ct200h key
    replacement cost (Lashay)

  21. RandyLunda表示:

    п»їFarmacia online migliore: Cialis generico recensioni – farmacia online senza ricetta

  22. very nice put up, i certainly love this web site, keep on it

  23. RandyLunda表示:

    top farmacia online: Cialis generico farmacia – acquistare farmaci senza ricetta

  24. The 10 Scariest Things About Door Doctors Near Me door doctor (carroll-dennis-2.mdwrite.net)

  25. RandyLunda表示:

    Farmacie on line spedizione gratuita: sildenafil oral jelly 100mg kamagra – top farmacia online

  26. RandyLunda表示:

    Farmacia online miglior prezzo: Tadalafil generico migliore – farmacie online sicure

  27. TomasRop表示:

    Farmacie on line spedizione gratuita: avanafil 100 mg prezzo – Farmacia online miglior prezzo

  28. TomasRop表示:

    viagra online in 2 giorni: viagra farmacia – pillole per erezione immediata

  29. Nice post. I discover some thing much harder on different blogs everyday. Most commonly it is stimulating to learn content from other writers and use a little there. I’d choose to apply certain with the content on my own weblog regardless of whether you don’t mind. Natually I’ll provide link on the web weblog. Thanks for sharing.

  30. Timothyzew表示:

    http://avanafil.pro/# acquisto farmaci con ricetta

發佈留言

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