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

18,535 Responses

  1. KennethPah表示:

    buying prednisone prednisone 80 mg daily purchase prednisone 10mg

  2. KennethPah表示:

    how to purchase prednisone online PredniBest prednisone 20mg online without prescription

  3. KennethPah表示:

    ciprofloxacin order online buy cipro no rx buy cipro without rx

  4. DanielAbice表示:

    http://prednibest.com/# prednisone 20 mg tablets coupon

  5. KennethPah表示:

    prednisone 2 mg daily Predni Best prednisone 40 mg price

  6. DanielAbice表示:

    http://prednibest.com/# prednisone canada pharmacy

  7. DanielAbice表示:

    https://amoxstar.com/# amoxicillin generic

  8. DanielAbice表示:

    https://prednibest.com/# prednisone pills 10 mg

  9. SamuelBix表示:

    amoxicillin capsule 500mg price: amoxicillin 500mg capsules antibiotic – can i buy amoxicillin online

  10. KennethPah表示:

    buy cipro online canada cipro for sale buy cipro cheap

  11. RobertJar表示:

    ciprofloxacin mail online: CiPharmDelivery – buy cipro online usa

  12. RobertJar表示:

    amoxicillin price canada: amoxicillin pills 500 mg – buy amoxicillin online without prescription

  13. SamuelBix表示:

    prednisone coupon: buy 40 mg prednisone – prednisone price australia

  14. SamuelBix表示:

    prednisone 10 mg coupon: prednisone capsules – prednisone 54899

  15. RobertJar表示:

    price for amoxicillin 875 mg: where can i buy amoxicillin over the counter – amoxicillin online purchase

  16. SamuelBix表示:

    ciprofloxacin generic price: buy cipro online usa – where can i buy cipro online

  17. DanielAbice表示:

    http://cipharmdelivery.com/# buy cipro online without prescription

  18. KennethPah表示:

    buying generic clomid without dr prescription clomidonpharm how to get cheap clomid without rx

  19. KennethPah表示:

    can i order generic clomid without dr prescription clomid on pharm how can i get generic clomid

  20. KennethPah表示:

    prednisone 20mg capsule order prednisone 100g online without prescription cheapest prednisone no prescription

  21. Здесь можно оружейный сейф для охотничьего ружьяоружейные шкафы

  22. RobertJar表示:

    buy prednisone with paypal canada: Predni Best – best pharmacy prednisone

  23. RobertJar表示:

    online order prednisone: PredniBest – prednisone 10 mg daily

  24. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали ремонт стиральных машин siemens рядом, можете посмотреть на сайте: ремонт стиральных машин siemens рядом
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  25. KennethPah表示:

    amoxicillin medicine over the counter amoxicillin 775 mg amoxicillin online canada

  26. DanielAbice表示:

    http://prednibest.com/# buy prednisone online paypal

  27. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали ремонт стиральных машин smeg сервис, можете посмотреть на сайте: ремонт стиральных машин smeg адреса
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  28. DanielAbice表示:

    https://prednibest.com/# canadian online pharmacy prednisone

  29. DanielAbice表示:

    http://cipharmdelivery.com/# ciprofloxacin

發佈留言

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