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

  1. The biggest Antique Present in Oklahoma: Over 55,000 sq.

  2. This manner, you can avoid wasting cash or use the amount to buy extra candy treats.

  3. The code also gives standards for interior finishes in new and existing constructions, together with outlines when using hearth stopping materials.

  4. Rory表示:

    Feel free to surf to my site; Explore Daycares Locations (Rory)

  5. Margart表示:

    Aluminium Windows And Doors Cambridge: What’s No One Is Talking About upvc door repair (Margart)

  6. Mamie表示:

    9 Lessons Your Parents Teach You About SEO Tools Search Engine Software seo tools search engine software (Mamie)

  7. You Will Meet One Of The Twin Stroller With Car Seats Industry’s Steve
    Jobs Of The Twin Stroller With Car Seats Industry double Pram Buggy

  8. The 3 Greatest Moments In Asbestos Cancer Lawyer Mesothelioma Settlement History mesothelioma lawsuit

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

  10. DanielAbice表示:

    https://prednibest.com/# prednisone price

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

  12. SamuelBix表示:

    buy amoxicillin 500mg usa: AmoxStar – can you buy amoxicillin uk

  13. SamuelBix表示:

    can you buy prednisone over the counter in mexico: no prescription online prednisone – prednisone 1 tablet

  14. SamuelBix表示:

    buy cipro no rx: CiPharmDelivery – ciprofloxacin generic

  15. SamuelBix表示:

    where can i buy cheap clomid without insurance: where can i get generic clomid without prescription – how can i get clomid

  16. This Is How Composite Doors Eastleigh Will Look Like In 10 Years Time composite doors in eastleigh

  17. DanielAbice表示:

    https://amoxstar.com/# amoxicillin 500mg capsules antibiotic

  18. Seo tool vps表示:

    Five Killer Quora Answers To SEO Tool Vps Seo tool vps

  19. DanielAbice表示:

    http://clomidonpharm.com/# where to get cheap clomid without a prescription

  20. DanielAbice表示:

    http://clomidonpharm.com/# can i order generic clomid without a prescription

發佈留言

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