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

  1. Rodneytah表示:

    http://certpharm.com/# Mexican Cert Pharm

  2. Joshuareoto表示:

    pharmacies in mexico that ship to usa https://certpharm.com/# mexican pharmacy

  3. Joshuareoto表示:

    medicine in mexico pharmacies https://certpharm.com/# Mexican Cert Pharm

  4. Rodneytah表示:

    https://certpharm.shop/# medicine in mexico pharmacies

  5. Joshuareoto表示:

    buying prescription drugs in mexico https://certpharm.shop/# Mexican Cert Pharm

  6. CalvinRhymn表示:

    mexican pharmacy: Best Mexican pharmacy online – Mexican Cert Pharm

  7. LarrykeW表示:

    mexican pharmacy mexican pharmacy online mexican pharmacy online

  8. Joshuareoto表示:

    buying prescription drugs in mexico http://certpharm.com/# mexican pharmacy

  9. Rodneytah表示:

    https://certpharm.com/# mexican pharmacy

  10. CalvinRhymn表示:

    Cert Pharm: Mexican Cert Pharm – mexican pharmacy

  11. Joshuareoto表示:

    pharmacies in mexico that ship to usa https://certpharm.shop/# mexican pharmacy

  12. Rodneytah表示:

    https://certpharm.com/# Legit online Mexican pharmacy

  13. Pabloslunc表示:

    Plinko game Plinko games Plinko games

  14. LarryHiz表示:

    pinco legal: pinco – pinco casino

  15. Dwightprugs表示:

    https://plinkodeutsch.shop/# plinko ball

  16. Dwightprugs表示:

    https://plinkocasinonl.shop/# plinko nederland

  17. MichaelBrefe表示:

    plinko wahrscheinlichkeit: plinko erfahrung – plinko erfahrung

  18. MichaelBrefe表示:

    Plinko game: Plinko – Plinko games

  19. Pabloslunc表示:

    PlinkoFr plinko ball plinko game

  20. Boycenog表示:

    http://plinkocasi.com/# Plinko games

  21. Pabloslunc表示:

    plinko france avis plinko plinko argent reel avis

  22. MichaelBrefe表示:

    pinco slot: pinco legal – pinco slot

  23. Boycenog表示:

    https://plinkofr.shop/# plinko game

  24. MichaelBrefe表示:

    pinco legal: pinco casino – pinco slot

  25. Boycenog表示:

    https://plinkocasi.com/# Plinko online game

  26. Dwightprugs表示:

    https://plinkodeutsch.com/# plinko erfahrung

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

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