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

  1. DavidrAilk表示:

    cheap clomid without prescription cost of generic clomid no prescription how to buy clomid price

  2. Edwardjem表示:

    amoxicillin azithromycin: amoxicillin discount coupon – amoxicillin discount coupon

  3. DavidrAilk表示:

    cheap clomid where buy cheap clomid without prescription buying clomid without dr prescription

  4. Edwardjem表示:

    how to get amoxicillin over the counter: amoxicillin 500mg capsule – where can i get amoxicillin 500 mg

  5. RobertRix表示:

    https://clomidall.shop/# where buy generic clomid

  6. Edwardjem表示:

    buy zithromax no prescription: zithromax 500mg price – where can i get zithromax over the counter

  7. DavidrAilk表示:

    order prednisone 10mg prednisone 21 pack prednisone

  8. RobertRix表示:

    http://clomidall.com/# can i purchase generic clomid tablets

  9. DavidRuils表示:

    zithromax online no prescription: zithromax online no prescription – zithromax 250

  10. DavidrAilk表示:

    clomid order how to buy cheap clomid where can i buy clomid prices

  11. DavidrAilk表示:

    zithromax online usa zithromax for sale us zithromax for sale cheap

  12. JamesGonRy表示:

    http://clomidall.com/# where can i buy generic clomid pill

  13. RobertRix表示:

    http://prednisoneall.com/# 50 mg prednisone from canada

  14. DavidrAilk表示:

    buy amoxicillin online without prescription amoxicillin 500mg price in canada where to buy amoxicillin 500mg without prescription

  15. DavidRuils表示:

    order amoxicillin no prescription: amoxicillin 500mg capsule – medicine amoxicillin 500mg

  16. DavidrAilk表示:

    order amoxicillin no prescription amoxicillin 500mg no prescription order amoxicillin uk

  17. RobertRix表示:

    https://amoxilall.shop/# buy cheap amoxicillin

  18. DavidrAilk表示:

    can i get clomid without rx where to get generic clomid without dr prescription how can i get clomid no prescription

  19. DavidRuils表示:

    amoxicillin over the counter in canada: amoxicillin cephalexin – prescription for amoxicillin

  20. Hi there! Do you know if they make any plugins to help with
    Search Engine Optimization? I’m trying to get my site to rank for some targeted keywords but I’m not seeing very good
    gains. If you know of any please share. Many thanks!
    I saw similar article here: Scrapebox List

  21. RobertRix表示:

    https://clomidall.shop/# can i purchase cheap clomid without a prescription

  22. DavidrAilk表示:

    where to buy amoxicillin 500mg without prescription generic amoxicillin over the counter amoxicillin in india

  23. DavidrAilk表示:

    prednisone without a prescription prednisone pharmacy prices prednisone 2 5 mg

  24. DavidrAilk表示:

    where to buy cheap clomid no prescription where to buy cheap clomid no prescription can you get clomid now

  25. RobertRix表示:

    http://amoxilall.shop/# amoxicillin 200 mg tablet

  26. safetoto5表示:

    It’s a game. Five dollars is free. Try it It’s not an easy game
    ->-> 카지노사이트.COM

  27. Edwardjem表示:

    buy clomid: can i order generic clomid for sale – can i purchase generic clomid tablets

  28. Edwardjem表示:

    how to get clomid pills: where can i buy generic clomid without insurance – can you get generic clomid

  29. JamesGonRy表示:

    https://zithromaxall.com/# zithromax 500 mg for sale

  30. DavidrAilk表示:

    zithromax for sale cheap zithromax order online uk where to get zithromax

發佈留言

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