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

24,641 Responses

  1. BryanAgist表示:

    buy zithromax online australia: where to get zithromax over the counter – zithromax online usa no prescription

  2. BrainDer表示:

    https://azithromycina.pro/# buy zithromax canada

  3. Jameswaw表示:

    generic zithromax over the counter where to get zithromax over the counter zithromax 250

  4. Michaelhig表示:

    buy 40 mg prednisone: prednisone 5mg capsules – prednisone 20 mg tablet price

  5. BrainDer表示:

    https://clomida.pro/# order cheap clomid without prescription

  6. JosephBix表示:

    https://azithromycina.pro/# how much is zithromax 250 mg

  7. Jameswaw表示:

    canadian pharmacy amoxicillin amoxicillin 775 mg amoxicillin without a prescription

  8. JosephBix表示:

    http://clomida.pro/# can i buy generic clomid no prescription

  9. Jameswaw表示:

    buy amoxicillin online no prescription amoxicillin in india amoxicillin 500mg capsules price

  10. Michaelhig表示:

    order generic clomid prices: can i order clomid pills – can you get clomid online

  11. BryanAgist表示:

    prednisone 20 mg generic: prednisone cost in india – how much is prednisone 10 mg

  12. Jameswaw表示:

    stromectol 3mg buy ivermectin nz ivermectin lotion for lice

  13. Jameswaw表示:

    cost of cheap clomid pill how can i get generic clomid without prescription get generic clomid without dr prescription

  14. DomenicEcoff表示:

    where buy clomid without dr prescription: where to buy generic clomid without rx – can i get generic clomid no prescription

  15. Jameswaw表示:

    ivermectin price comparison stromectol 3 mg tablet price ivermectin ireland

  16. DomenicEcoff表示:

    prednisone for sale online: prednisone 50 mg tablet cost – prednisone without rx

  17. JosephBix表示:

    https://clomida.pro/# where buy clomid online

  18. Michaelhig表示:

    order generic clomid pills: buying clomid pills – can i purchase cheap clomid without a prescription

  19. DomenicEcoff表示:

    amoxicillin 500 coupon: price of amoxicillin without insurance – over the counter amoxicillin

  20. Jameswaw表示:

    where can i buy amoxicillin over the counter uk how to get amoxicillin over the counter amoxicillin 500 mg capsule

  21. Jamesempiz表示:

    diflucan 150 mg cost: diflucan tablets buy online – buy diflucan online no prescription

  22. Jeromedug表示:

    ciprofloxacin 500 mg tablet price cipro online no prescription in the usa cipro 500mg best prices

  23. RussellVog表示:

    ciprofloxacin mail online: buy cipro cheap – cipro

  24. Jeromedug表示:

    buy doxycycline for dogs buy doxycycline monohydrate buy generic doxycycline

  25. Jamesempiz表示:

    cytotec online: buy cytotec pills – cytotec pills buy online

  26. RussellVog表示:

    tamoxifen and grapefruit: tamoxifen side effects forum – tamoxifen blood clots

  27. Williampiree表示:

    doxycycline 100mg: buy generic doxycycline – doxycycline medication

  28. Jeromedug表示:

    buy ciprofloxacin cipro online no prescription in the usa ciprofloxacin generic

  29. ArchieAnice表示:

    https://doxycyclinest.pro/# odering doxycycline

  30. Jeromedug表示:

    buy cipro cheap ciprofloxacin where can i buy cipro online

發佈留言

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