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

  1. RussellCof表示:

    buy cheap prednisone: PredniHealth – PredniHealth

  2. Judsonrax表示:

    over the counter prednisone cheap: prednisone 4mg – PredniHealth

  3. RussellCof表示:

    amoxil generic: Amo Health Care – can you buy amoxicillin over the counter in canada

  4. RussellCof表示:

    Amo Health Care: Amo Health Care – amoxicillin 500 mg purchase without prescription

  5. MatthewMof表示:

    get generic clomid tablets can you get clomid without insurance buying generic clomid without a prescription

  6. OscarOmist表示:

    prednisone otc price: prednisone 12 mg – PredniHealth

  7. RussellCof表示:

    where buy clomid without dr prescription: cost cheap clomid without dr prescription – can i get cheap clomid no prescription

  8. MatthewMof表示:

    cheap clomid no prescription cheap clomid without dr prescription cost of clomid no prescription

  9. Judsonrax表示:

    can i get generic clomid online: Clom Health – can i order cheap clomid for sale

  10. Rogerbup表示:

    https://amohealthcare.store/# ampicillin amoxicillin

  11. Rogerbup表示:

    http://prednihealth.com/# PredniHealth

  12. RussellCof表示:

    where to buy generic clomid pills: Clom Health – order generic clomid prices

  13. Judsonrax表示:

    Amo Health Care: Amo Health Care – amoxicillin 500mg capsules price

  14. MatthewMof表示:

    prednisone 1 mg for sale prednisone buy online nz can you buy prednisone over the counter in mexico

  15. Rogerbup表示:

    https://prednihealth.shop/# where can i buy prednisone online without a prescription

  16. RussellCof表示:

    where buy clomid without a prescription: Clom Health – how to get cheap clomid without insurance

  17. RussellCof表示:

    Amo Health Care: Amo Health Care – buy amoxicillin online mexico

  18. площадка для продажи аккаунтов https://akkaunt-magazin.online/

  19. OscarOmist表示:

    amoxicillin buy canada: where can you get amoxicillin – cheap amoxicillin 500mg

  20. RussellCof表示:

    buy prednisone online without a prescription: PredniHealth – prednisone 5mg capsules

  21. MatthewMof表示:

    Amo Health Care amoxicillin order online Amo Health Care

  22. Judsonrax表示:

    no prescription online prednisone: PredniHealth – PredniHealth

  23. MatthewMof表示:

    buying clomid for sale Clom Health can i purchase clomid without rx

  24. Rogerbup表示:

    https://amohealthcare.store/# Amo Health Care

  25. RussellCof表示:

    Amo Health Care: Amo Health Care – where to buy amoxicillin over the counter

  26. Rogerbup表示:

    http://prednihealth.com/# PredniHealth

  27. MatthewMof表示:

    PredniHealth 10 mg prednisone tablets how to get prednisone without a prescription

發佈留言

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