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...

15,144 Responses

  1. Stephenzek表示:

    https://lipitor.guru/# lipitor 30 mg

  2. Jamesric表示:

    tamoxifen brand name: Purchase Nolvadex Online – tamoxifen mechanism of action

  3. DanielTet表示:

    buy cytotec in usa http://cytotec.pro/# Abortion pills online
    lasix 100 mg

  4. Jamesric表示:

    buy lasix online: buy furosemide – furosemide

  5. Stephenzek表示:

    http://cytotec.pro/# buy cytotec in usa

  6. Stephenzek表示:

    http://furosemide.win/# lasix side effects

  7. DanielTet表示:

    buy cytotec online http://furosemide.win/# lasix
    buy lasix online

  8. DanielTet表示:

    Abortion pills online https://furosemide.win/# lasix generic
    lasix 100mg

  9. DanielTet表示:

    Misoprostol 200 mg buy online https://furosemide.win/# lasix generic name
    lasix generic name

  10. Stephenzek表示:

    http://furosemide.win/# lasix 20 mg

  11. Jamesric表示:

    lisinopril 20 mg canadian pharmacy: cheap lisinopril – buy cheap lisinopril 40mg

  12. Jamesric表示:

    lisinopril 10mg daily: cheap lisinopril – lisinopril tabs 40mg

  13. Jamesric表示:

    tamoxifen hormone therapy: Purchase Nolvadex Online – tamoxifen hair loss

  14. Jamesric表示:

    cytotec buy online usa: Misoprostol price in pharmacy – order cytotec online

  15. Hello there! This post could not be written much better! Reading through this article reminds me of my previous roommate! He continually kept talking about this. I am going to forward this article to him. Fairly certain he will have a great read. Thanks for sharing!

  16. Stephenzek表示:

    http://cytotec.pro/# buy cytotec pills

  17. Seven Explanations On Why Car Key Programming Is
    Important car Key Programmers (https://qooh.me)

  18. What To Focus On When Improving Mitsubishi Key Replacement Near Me Car Key Cutting Near Me

  19. DanielTet表示:

    cytotec abortion pill http://tamoxifen.bid/# buy tamoxifen
    furosemide 100mg

  20. Stephenzek表示:

    https://furosemide.win/# lasix furosemide

  21. Jamesric表示:

    tamoxifen chemo: Purchase Nolvadex Online – natural alternatives to tamoxifen

  22. DanielTet表示:

    buy misoprostol over the counter http://furosemide.win/# lasix online
    lasix uses

  23. Jamesric表示:

    buy cytotec over the counter: order cytotec online – buy cytotec pills online cheap

  24. Stephenzek表示:

    https://cytotec.pro/# Cytotec 200mcg price

  25. Stephenzek表示:

    https://lisinopril.guru/# lisinopril 4214

  26. Jamesric表示:

    buy cytotec online: buy misoprostol tablet – buy cytotec online

  27. DanielTet表示:

    buy misoprostol over the counter https://tamoxifen.bid/# tamoxifen
    lasix 100 mg tablet

  28. Jamesric表示:

    lasix 100mg: cheap lasix – furosemide 100mg

發佈留言

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