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

  1. Rodneytah表示:

    http://certpharm.com/# Cert Pharm

  2. AnthonyNum表示:

    mexican pharmacy online: mexican pharmacy online – Mexican Cert Pharm

  3. 17 Reasons You Shouldn’t Ignore Bedside
    Crib Travel bedside crib travel cot

  4. Rodneytah表示:

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

  5. Rodneytah表示:

    http://certpharm.com/# mexican pharmacy online

  6. Guide To French Door Windows: The Intermediate Guide In French Door Windows
    french Door Windows

  7. LarrykeW表示:

    Mexican Cert Pharm Cert Pharm Best Mexican pharmacy online

  8. Rodneytah表示:

    https://certpharm.com/# Cert Pharm

  9. Joshuareoto表示:

    п»їbest mexican online pharmacies https://certpharm.com/# Cert Pharm

  10. Joshuareoto表示:

    п»їbest mexican online pharmacies https://certpharm.com/# п»їbest mexican online pharmacies

  11. MichaelFab表示:

    The best HD wallpapers https://wallpapers-all.com/view_wallpaper/65271-k-pop-music-nina-niziu-1920×1080.html in one place! Download free backgrounds for your desktop and smartphone. A huge selection of pictures – from minimalism to bright landscapes and fantasy. Enjoy stylish images every day!

  12. AaronAmori表示:

    действующие ссылки на кракен kra29. cc

  13. CalvinRhymn表示:

    Mexican Cert Pharm: Legit online Mexican pharmacy – Cert Pharm

  14. Joshuareoto表示:

    buying prescription drugs in mexico online http://certpharm.com/# Cert Pharm

  15. Joshuareoto表示:

    reputable mexican pharmacies online https://certpharm.shop/# mexican pharmacy

  16. AnthonyNum表示:

    mexican pharmaceuticals online: Mexican Cert Pharm – mexican pharmacy online

  17. Rodneytah表示:

    http://certpharm.com/# mexican pharmacy

  18. LarrykeW表示:

    Best Mexican pharmacy online mexican pharmacy online pharmacies in mexico that ship to usa

  19. CalvinRhymn表示:

    mexican pharmacy online: mexican pharmacy – buying from online mexican pharmacy

  20. Rodneytah表示:

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

  21. Rodneytah表示:

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

  22. AnthonyNum表示:

    Best Mexican pharmacy online: mexican pharmacy – Best Mexican pharmacy online

  23. Rodneytah表示:

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

  24. Joshuareoto表示:

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

  25. Joshuareoto表示:

    mexico pharmacies prescription drugs https://certpharm.com/# Cert Pharm

  26. Joshuareoto表示:

    reputable mexican pharmacies online http://certpharm.com/# mexico pharmacies prescription drugs

  27. LarrykeW表示:

    Mexican Cert Pharm Best Mexican pharmacy online Mexican Cert Pharm

  28. Rodneytah表示:

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

  29. LarrykeW表示:

    Cert Pharm mexican online pharmacies prescription drugs Legit online Mexican pharmacy

發佈留言

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