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

13,629 Responses

  1. BarryDof表示:

    https://rybelsus.shop/# rybelsus pill

  2. 5 Laws That Anyone Working In Best 3 Wheel Stroller Should Be Aware Of 3 wheel strollers

  3. Jeremypag表示:

    ozempic online ozempic online ozempic online

  4. Frankevild表示:

    http://rybelsus.shop/# semaglutide cost

  5. What’s The Job Market For Private Psychiatrist Cardiff Professionals?

    private psychiatrist cardiff

  6. BarryDof表示:

    http://rybelsus.shop/# semaglutide cost

  7. Jeremypag表示:

    Ozempic without insurance buy ozempic buy ozempic

  8. Frankevild表示:

    http://rybelsus.shop/# buy semaglutide online

  9. BarryDof表示:

    https://rybelsus.shop/# buy semaglutide pills

  10. Профессиональный сервисный центр по ремонту автомагнитол в Москве.
    Мы предлагаем: отремонтировать автомагнитолу
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  11. BarryDof表示:

    https://rybelsus.shop/# buy rybelsus online

  12. RamonRek表示:

    buy ozempic: Ozempic without insurance – buy cheap ozempic

  13. Jeremypag表示:

    rybelsus coupon semaglutide online rybelsus pill

  14. Профессиональный сервисный центр по ремонту автомагнитол в Москве.
    Мы предлагаем: ремонт автомагнитол
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  15. RamonRek表示:

    rybelsus coupon: semaglutide cost – buy semaglutide online

  16. RamonRek表示:

    buy semaglutide online: rybelsus cost – rybelsus pill

  17. May I just say what a relief to find a person that really understands what they are discussing on the internet. You definitely know how to bring a problem to light and make it important. More and more people ought to read this and understand this side of the story. I was surprised that you’re not more popular since you certainly have the gift.

  18. HaroldBig表示:

    ozempic coupon: buy ozempic – buy cheap ozempic

  19. BarryDof表示:

    http://rybelsus.shop/# buy rybelsus online

  20. HaroldBig表示:

    ozempic coupon: ozempic online – buy ozempic

  21. Frankevild表示:

    https://rybelsus.shop/# semaglutide cost

  22. Jeremypag表示:

    ozempic generic ozempic coupon ozempic cost

  23. Frankevild表示:

    http://ozempic.art/# ozempic cost

  24. Speak “Yes” To These 5 Audi A4 Spare Key Tips Audi Q7 Replacement Key

  25. Geraldine表示:

    Stop by my site … Daycare Near Me; Geraldine,

  26. Hey there! I simply wish to offer you a huge thumbs up for the great information you have got right here on this post. I will be returning to your blog for more soon.

  27. BarryDof表示:

    https://ozempic.art/# ozempic generic

  28. Refugia表示:

    The Most Underrated Companies To Keep An Eye On In The
    Private ADHD Assessment UK Industry private adhd assessment
    birmingham (Refugia)

  29. BarryDof表示:

    https://rybelsus.shop/# buy rybelsus online

  30. Unexpected Business Strategies That Aided Best Travel Mobility Scooter Uk Succeed best all terrain mobility Scooter uk

發佈留言

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