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

  1. The Most Effective Reasons For People To Succeed At The Buy
    Robot Vacuum Industry Robot Vacuum Best

  2. Joshuareoto表示:

    pharmacies in mexico that ship to usa https://certpharm.com/# buying prescription drugs in mexico online

  3. Joshuareoto表示:

    reputable mexican pharmacies online https://certpharm.com/# Legit online Mexican pharmacy

  4. AnthonyNum表示:

    Legit online Mexican pharmacy: Legit online Mexican pharmacy – п»їbest mexican online pharmacies

  5. MichaelKet表示:

    ссылка кракен сегодня kra. cc

  6. Rodneytah表示:

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

  7. LarrykeW表示:

    Best Mexican pharmacy online Best Mexican pharmacy online mexican pharmacy

  8. RickeyCer表示:

    renting a boat in nice yacht ride dubai

  9. Rodneytah表示:

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

  10. CalvinRhymn表示:

    Best Mexican pharmacy online: Best Mexican pharmacy online – best online pharmacies in mexico

  11. CalvinRhymn表示:

    Best Mexican pharmacy online: Cert Pharm – Cert Pharm

  12. Rodneytah表示:

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

  13. Joshuareoto表示:

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

  14. Rodneytah表示:

    https://certpharm.com/# mexican border pharmacies shipping to usa

  15. Joshuareoto表示:

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

  16. Joshuareoto表示:

    mexico drug stores pharmacies https://certpharm.com/# mexican pharmacy online

  17. CalvinRhymn表示:

    mexican pharmacy online: Best Mexican pharmacy online – Mexican Cert Pharm

  18. AnthonyNum表示:

    Legit online Mexican pharmacy: Cert Pharm – Best Mexican pharmacy online

  19. LarrykeW表示:

    mexican pharmacy mexico pharmacies prescription drugs Cert Pharm

  20. Rodneytah表示:

    https://certpharm.com/# best online pharmacies in mexico

  21. Joshuareoto表示:

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

  22. CalvinRhymn表示:

    Mexican Cert Pharm: mexican pharmacy – mexican pharmaceuticals online

  23. Joshuareoto表示:

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

  24. LarrykeW表示:

    Mexican Cert Pharm Cert Pharm Legit online Mexican pharmacy

  25. Rodneytah表示:

    https://certpharm.shop/# mexican pharmacy

  26. LarrykeW表示:

    Cert Pharm mexican pharmacy Cert Pharm

  27. Rodneytah表示:

    https://certpharm.com/# mexican pharmacy

  28. AnthonyNum表示:

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

  29. CalvinRhymn表示:

    Mexican Cert Pharm: mexican online pharmacies prescription drugs – mexican pharmacy

  30. CalvinRhymn表示:

    Cert Pharm: Cert Pharm – Best Mexican pharmacy online

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

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