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

24,586 Responses

  1. RalphRem表示:

    http://tadalafiliq.com/# cheapest cialis

  2. Isaacwem表示:

    Kamagra tablets: Kamagra gel – Kamagra tablets

  3. DanielElorp表示:

    buy kamagra online usa super kamagra Kamagra 100mg

  4. Isaacwem表示:

    Cialis 20mg price: cialis best price – Buy Tadalafil 5mg

  5. DanielElorp表示:

    sildenafil over the counter cheapest viagra viagra canada

  6. DanielElorp表示:

    buy viagra here Cheap generic Viagra online cheapest viagra

  7. JohnniePaits表示:

    https://sildenafiliq.com/# Viagra Tablet price

  8. DanielElorp表示:

    п»їkamagra Kamagra gel buy kamagra online usa

  9. RalphRem表示:

    https://kamagraiq.com/# buy Kamagra

  10. Isaacwem表示:

    Cheap Cialis: cialis without a doctor prescription – Buy Cialis online

  11. DanielElorp表示:

    buy cialis pill Buy Cialis online Generic Cialis without a doctor prescription

  12. DavidrAilk表示:

    can you buy cheap clomid for sale can you get generic clomid without rx how to buy clomid no prescription

  13. Edwardjem表示:

    can i buy amoxicillin online: amoxicillin generic – amoxicillin for sale online

  14. RobertRix表示:

    http://prednisoneall.shop/# order prednisone 10 mg tablet

  15. Edwardjem表示:

    can you buy prednisone in canada: order prednisone 10 mg tablet – where can i buy prednisone

  16. DavidRuils表示:

    buy amoxicillin: amoxicillin 250 mg price in india – amoxicillin 500mg price in canada

  17. DavidrAilk表示:

    can i buy generic clomid without rx clomid generic can you buy cheap clomid prices

  18. DavidrAilk表示:

    buy generic zithromax online zithromax generic cost zithromax online australia

  19. JamesGonRy表示:

    http://zithromaxall.com/# purchase zithromax online

  20. DavidrAilk表示:

    order clomid where can i get cheap clomid without dr prescription can i buy generic clomid without prescription

  21. RobertRix表示:

    http://prednisoneall.shop/# prednisone 20

  22. DavidRuils表示:

    can i buy cheap clomid for sale: cost generic clomid no prescription – get clomid now

  23. DavidrAilk表示:

    how to get zithromax over the counter can you buy zithromax over the counter in canada how to get zithromax over the counter

  24. RobertRix表示:

    http://prednisoneall.com/# average cost of generic prednisone

  25. DavidRuils表示:

    generic clomid without dr prescription: can you get cheap clomid without insurance – can i purchase generic clomid without prescription

  26. DavidrAilk表示:

    where to get zithromax can i buy zithromax over the counter in canada can i buy zithromax online

  27. DavidrAilk表示:

    zithromax 500 without prescription zithromax cost uk how to buy zithromax online

  28. RobertRix表示:

    https://clomidall.shop/# get generic clomid price

  29. JamesGonRy表示:

    http://zithromaxall.com/# can i buy zithromax online

  30. DavidrAilk表示:

    buy zithromax 500mg online buy cheap generic zithromax generic zithromax 500mg

發佈留言

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