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

  1. Jamesric表示:

    cheap lisinopril no prescription: can i buy lisinopril over the counter in mexico – lisinopril 3

  2. Stanleyinolf表示:

    lasix tablet cheap lasix lasix 40mg

  3. Stanleyinolf表示:

    furosemide 40 mg lasix side effects furosemide 100 mg

  4. Stephenzek表示:

    https://cytotec.pro/# buy cytotec over the counter

  5. DanielTet表示:

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

  6. Stephenzek表示:

    https://tamoxifen.bid/# what is tamoxifen used for

  7. DanielTet表示:

    buy cytotec in usa https://tamoxifen.bid/# nolvadex during cycle
    lasix furosemide

  8. Stephenzek表示:

    https://lipitor.guru/# canada prescription price lipitor

  9. Stephenzek表示:

    http://tamoxifen.bid/# low dose tamoxifen

  10. DanielTet表示:

    cytotec pills buy online https://tamoxifen.bid/# tamoxifen generic
    lasix 40mg

  11. Jamesric表示:

    cheapest generic lipitor: Lipitor 10 mg price – lipitor 200 mg

  12. DanielTet表示:

    buy cytotec over the counter https://lisinopril.guru/# lisinopril pill 10mg
    lasix generic

  13. DanielTet表示:

    order cytotec online https://cytotec.pro/# buy cytotec pills
    furosemide 100mg

  14. Great information. Lucky me I discovered your website by accident (stumbleupon). I have book-marked it for later.

  15. Stephenzek表示:

    https://tamoxifen.bid/# tamoxifen and grapefruit

  16. The 10 Most Scariest Things About Male Adult Store Male Adult Store (Facetennis7.Bravejournal.Net)

  17. Feel free to visit my page :: high Stake poker

  18. Stanleyinolf表示:

    buy cytotec cheapest cytotec Abortion pills online

  19. Stanleyinolf表示:

    buy lipitor 10 mg buy lipitor 20mg lipitor india

  20. DanielTet表示:

    buy cytotec pills online cheap http://lisinopril.guru/# zestril brand name
    furosemida

  21. Wisdom On Door Fitters Birmingham From The Age Of Five Composite Doors And Windows Birmingham

  22. Jamesric表示:

    lisinopril generic drug: lisinopril brand name uk – lisinopril 80mg

  23. Stephenzek表示:

    http://tamoxifen.bid/# raloxifene vs tamoxifen

  24. DanielTet表示:

    cytotec buy online usa http://tamoxifen.bid/# tamoxifen hormone therapy
    lasix pills

  25. Jamesric表示:

    how to buy lisinopril online: Buy Lisinopril 20 mg online – lisinopril in mexico

  26. DanielTet表示:

    cytotec pills buy online https://lipitor.guru/# lipitor
    furosemida 40 mg

  27. 10 Tell-Tale Signals You Need To Buy A Replacement Seat Key Seat Exeo Key Programming

  28. Jamesric表示:

    tamoxifen men: buy tamoxifen citrate – tamoxifenworld

發佈留言

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