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

26,554 Responses

  1. Профессиональный сервисный центр по ремонту техники в Санкт-Петербурге.
    Мы предлагаем: Ремонт холодильников AEG на дому
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

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

  3. LorenzoLiate表示:

    trusted Viagra suppliers best price for Viagra buy generic Viagra online

  4. RobertRef表示:

    modafinil legality: purchase Modafinil without prescription – legal Modafinil purchase

  5. AlbertoHip表示:

    cheap Cialis online: reliable online pharmacy Cialis – online Cialis pharmacy

  6. Euroror表示:

    Psychoeducational programs that normalize fluctuations in sexual function contribute to reduced stigma and improved use of viagra sale liverpool. From our hands to yours, without a trace in between.

  7. RobertRef表示:

    generic tadalafil: online Cialis pharmacy – best price Cialis tablets

  8. RobertRef表示:

    best price for Viagra: generic sildenafil 100mg – same-day Viagra shipping

  9. Ronaldpayon表示:

    http://modafinilmd.store/# legal Modafinil purchase

  10. LorenzoLiate表示:

    order Cialis online no prescription best price Cialis tablets generic tadalafil

  11. Ronaldpayon表示:

    https://zipgenericmd.com/# affordable ED medication

  12. Luckycola表示:

    First-time lucky? Let’s find out! Lucky cola

  13. RobertRef表示:

    buy modafinil online: verified Modafinil vendors – modafinil 2025

  14. JeremyMelty表示:

    doctor-reviewed advice: verified Modafinil vendors – purchase Modafinil without prescription

  15. Ronaldpayon表示:

    http://maxviagramd.com/# Viagra without prescription

  16. JeremyMelty表示:

    buy generic Cialis online: secure checkout ED drugs – discreet shipping ED pills

  17. RobertRef表示:

    reliable online pharmacy Cialis: secure checkout ED drugs – order Cialis online no prescription

  18. AlbertoHip表示:

    buy generic Cialis online: secure checkout ED drugs – Cialis without prescription

  19. Ronaldpayon表示:

    https://modafinilmd.store/# doctor-reviewed advice

  20. RobertRef表示:

    doctor-reviewed advice: verified Modafinil vendors – modafinil pharmacy

  21. LorenzoLiate表示:

    order Cialis online no prescription affordable ED medication secure checkout ED drugs

  22. RobertRef表示:

    secure checkout Viagra: safe online pharmacy – same-day Viagra shipping

  23. JeremyMelty表示:

    modafinil legality: modafinil pharmacy – safe modafinil purchase

  24. LorenzoLiate表示:

    order Viagra discreetly fast Viagra delivery cheap Viagra online

  25. Ronaldpayon表示:

    http://zipgenericmd.com/# cheap Cialis online

發佈留言

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