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

  1. RodrigoJet表示:

    https://sweetiefox.online/# Sweetie Fox video

  2. RodrigoJet表示:

    https://angelawhite.pro/# Angela Beyaz modeli

  3. Thomasgelty表示:

    https://evaelfie.pro/# eva elfie video

  4. JamesDiect表示:

    ?????? ????: abella danger izle – abella danger filmleri

  5. JamesDiect表示:

    lana rhodes: lana rhoades modeli – lana rhoades

  6. EddieDor表示:

    https://evaelfie.pro/# eva elfie modeli

  7. Thomasgelty表示:

    http://sweetiefox.online/# sweeti fox

  8. JeremyTen表示:

    what is tamoxifen used for buy nolvadex online hysterectomy after breast cancer tamoxifen

  9. Irvinvef表示:

    https://cipro.guru/# ciprofloxacin

  10. JordanAmoca表示:

    https://doxycycline.auction/# doxycycline hyclate 100 mg cap

  11. Irvinvef表示:

    http://diflucan.pro/# diflucan fluconazole

  12. RaymondGef表示:

    buy doxycycline doxycycline 50 mg doxy 200

  13. RaymondGef表示:

    buy cytotec in usa cytotec abortion pill Misoprostol 200 mg buy online

  14. RaymondGef表示:

    diflucan 150 mg tablets purchase diflucan online where can i buy diflucan otc

  15. JordanAmoca表示:

    http://diflucan.pro/# order diflucan online

  16. JordanAmoca表示:

    http://nolvadex.guru/# does tamoxifen cause weight loss

  17. Irvinvef表示:

    https://nolvadex.guru/# tamoxifen cost

  18. RaymondGef表示:

    ciprofloxacin generic antibiotics cipro buy cipro online without prescription

  19. RaymondGef表示:

    ciprofloxacin order online ciprofloxacin 500 mg tablet price buy cipro cheap

  20. JordanAmoca表示:

    https://diflucan.pro/# diflucan 200 mg cost

  21. RaymondGef表示:

    nolvadex gynecomastia does tamoxifen cause weight loss tamoxifen

  22. Irvinvef表示:

    http://doxycycline.auction/# doxycycline 150 mg

  23. Irvinvef表示:

    https://cytotec24.com/# buy cytotec pills online cheap

  24. JordanAmoca表示:

    https://diflucan.pro/# diflucan tablets online

  25. RaymondGef表示:

    doxycycline 500mg doxycycline 50 mg buy doxycycline monohydrate

  26. RaymondGef表示:

    how to buy diflucan over the counter diflucan price south africa diflucan otc where to buy

  27. Metal waste salvage Ferrous material recycling ecosystem preservation Iron scrap reuse

    Ferrous material recycling awareness campaigns, Iron scrap transportation, Precious metal extraction

  28. JordanAmoca表示:

    http://cytotec24.com/# buy cytotec online

  29. RaymondGef表示:

    doxycycline hyc 100mg doxycycline 100mg how to order doxycycline

  30. Irvinvef表示:

    http://nolvadex.guru/# nolvadex generic

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

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