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

14,957 Responses

  1. Awesome web site and with very useful stuff. I’m pleased I discovered this page. The site has plenty of excellent information on the this subject of. Many thanks for this blog post. I should be coming by time and again and reading through your previous entries.

  2. The next time I read a blog, I hope that it won’t fail me as much as this particular one. After all, Yes, it was my choice to read through, nonetheless I really believed you would have something helpful to say. All I hear is a bunch of complaining about something that you can fix if you were not too busy searching for attention.

  3. Yes, really. I join told all above. We can communicate on this theme. Here or in PM.

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

  5. Olga表示:

    Here is my site; Daycare Near Me [Olga]

  6. Here is my web page … Daycare Near Me

  7. Loving the info on this web site , you have done outstanding job on the content .

  8. KevinSounc表示:

    https://slotsiteleri.bid/# yasal slot siteleri

  9. Darrelherse表示:

    deneme bonusu veren siteler: casino slot siteleri – slot oyunlar? siteleri

  10. KevinSounc表示:

    https://sweetbonanza.network/# sweet bonanza taktik

  11. Alex表示:

    Unexpected Business Strategies That Aided Audi A3 Replacement Key Succeed audi a3 key fob (Alex)

  12. Darrelherse表示:

    guvenilir slot siteleri: casino slot siteleri – deneme bonusu veren slot siteleri

  13. 인천오피表示:

    The Advantages Of A Hand Massage Following A Manicure 인천오피

  14. KevinSounc表示:

    https://sweetbonanza.network/# sweet bonanza slot demo

  15. I could not refrain from commenting. Exceptionally well written.

  16. Darrelherse表示:

    oyun siteleri slot: canl? slot siteleri – en yeni slot siteleri

  17. KevinSounc表示:

    https://slotsiteleri.bid/# en guvenilir slot siteleri

  18. Darrelherse表示:

    en iyi slot siteleri 2024: en guvenilir slot siteleri – guvenilir slot siteleri 2024

  19. Darrelherse表示:

    deneme bonusu veren siteler: slot bahis siteleri – canl? slot siteleri

  20. After this period the rate paid on your funds can be significantly lower, so it’s important to keep an eye on your account and keep it competitive.

  21. KevinSounc表示:

    https://sweetbonanza.network/# sweet bonanza

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

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

  24. It is by conducting research and due diligence on a large number of single manager funds and exhibiting skill in constructing portfolios of these managers that funds of funds provide the greatest benefit to investors.

  25. Money market trades in short-term financial instruments commonly called “paper”.

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

發佈留言

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