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

  1. RobertRef表示:

    best price for Viagra: same-day Viagra shipping – fast Viagra delivery

  2. JeremyMelty表示:

    best price Cialis tablets: Cialis without prescription – best price Cialis tablets

  3. AlbertoHip表示:

    buy generic Viagra online: trusted Viagra suppliers – buy generic Viagra online

  4. RobertRef表示:

    best price Cialis tablets: discreet shipping ED pills – Cialis without prescription

  5. RobertRef表示:

    discreet shipping: fast Viagra delivery – order Viagra discreetly

  6. techalpaka表示:

    Нужен номер для ТГ? Предлагаем купить номер для телеграма для одноразовой или постоянной активации. Регистрация аккаунта без SIM-карты, в любом регионе. Удобно, надёжно, без привязки к оператору.

  7. Ronaldpayon表示:

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

  8. RobertRef表示:

    legal Modafinil purchase: Modafinil for sale – modafinil legality

  9. JeremyMelty表示:

    FDA approved generic Cialis: affordable ED medication – order Cialis online no prescription

  10. LorenzoLiate表示:

    purchase Modafinil without prescription legal Modafinil purchase safe modafinil purchase

  11. LorenzoLiate表示:

    generic tadalafil affordable ED medication reliable online pharmacy Cialis

  12. RobertRef表示:

    cheap Viagra online: generic sildenafil 100mg – best price for Viagra

  13. AlbertoHip表示:

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

  14. JeremyMelty表示:

    modafinil pharmacy: modafinil pharmacy – buy modafinil online

  15. Ronaldpayon表示:

    http://modafinilmd.store/# modafinil 2025

  16. RobertRef表示:

    buy generic Viagra online: best price for Viagra – no doctor visit required

  17. Ronaldpayon表示:

    https://maxviagramd.com/# no doctor visit required

  18. JeremyMelty表示:

    modafinil 2025: modafinil pharmacy – modafinil legality

  19. LorenzoLiate表示:

    buy modafinil online purchase Modafinil without prescription verified Modafinil vendors

  20. JeremyMelty表示:

    cheap Cialis online: best price Cialis tablets – best price Cialis tablets

  21. LorenzoLiate表示:

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

  22. RobertRef表示:

    generic sildenafil 100mg: same-day Viagra shipping – buy generic Viagra online

  23. Ronaldpayon表示:

    http://maxviagramd.com/# best price for Viagra

  24. Larryvof表示:

    ¡Hola buscadores de emociones !
    Solo entra y reclama tu regalo.
    Gira los carretes sin riesgo alguno. casinos tiradas gratis sin depГіsito Solo necesitas registrarte para obtener tus 25 free spins gratis.
    ¡Que tengas magníficas victorias memorables !

  25. Hectorcaw表示:

    http://pinupaz.top/# pin up casino

  26. Larryvof表示:

    ¡Hola aficionados a las apuestas !
    En 25girosgratissindeposito.xyz tenemos promociones todos los dГ­as.Recibe giros gratis sin depГіsito por tiempo limitado.
    Es el momento perfecto para entrar al mundo del juego online gracias a 25 giros gratis sin depГіsito que puedes activar fГЎcilmente.
    ¡Que tengas magníficas rondas inolvidables !

  27. Ronaldpayon表示:

    http://maxviagramd.com/# legit Viagra online

  28. Hectorcaw表示:

    https://pinupaz.top/# pin up azerbaycan

  29. Hectorcaw表示:

    http://pinupaz.top/# pin-up casino giris

發佈回覆給「LorenzoLiate」的留言 取消回覆

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