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

11,805 Responses

  1. Warrenmof表示:

    http://pin-up.diy/# pin up casino

  2. 대전오피表示:

    Why An Individual Take Proper Your Golf Club? 대전오피

  3. Howdy, have you ever pondered to write regarding Nintendo or PS handheld?

  4. This is a topic near to my heart cheers, like your blog layout too. Must be wordpress?

  5. sky88表示:

    I blog quite often and I really thank you for your content. This great article has really peaked my interest. I am going to book mark your blog and keep checking for new information about once a week. I opted in for your Feed too.

  6. My web site; Daycares By Category (greathillpartnersllc.us)

  7. With the exception of Willis, the cast is made up of actors who have no business waving guns around.

  8. Scottdiz表示:

    пин ап казино: пин ап зеркало – пин ап

  9. Scottdiz表示:

    1xbet скачать: 1xbet официальный сайт – 1хбет

  10. sky88表示:

    Howdy! I could have sworn I’ve been to this web site before but after browsing through some of the articles I realized it’s new to me. Anyways, I’m definitely delighted I came across it and I’ll be bookmarking it and checking back often.

  11. Feel free to surf to my site: Daycare Near Me

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

  13. Если вы искали где отремонтировать сломаную технику, обратите внимание – тех профи

  14. Sleeper Sofas表示:

    Who’s The World’s Top Expert On Sleeper Sofa With Storage?
    Sleeper Sofas

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

  16. bokep indo表示:

    This is a topic which is close to my heart… Many thanks! Exactly where can I find the contact details for questions?

  17. I would not pretend to realize precisely why, however I personally could not hope to truly uncover what I was ready after. I had been perplexed and this very article cut through the common solutions that only demonstrate deficiency of content. Thank you a lot.

  18. Why Couches With Chaise Is Everywhere This Year Chaise lounge sofa
    (Dowling-Thrane.federatedjournals.com)

  19. Hello there! This is my first visit to your blog! We are a group of volunteers and starting a new project in a community in the same niche. Your blog provided us valuable information to work on. You have done a marvellous job!

  20. The 10 Most Scariest Things About Sectional Couch And Bed sectional couch and Bed

  21. Scottdiz表示:

    зеркало 1хбет: 1xbet зеркало – 1xbet

  22. bokep jepang表示:

    I must thank you for the efforts you’ve put in penning this site. I am hoping to see the same high-grade blog posts by you later on as well. In truth, your creative writing abilities has encouraged me to get my own blog now 😉

  23. Scottdiz表示:

    1xbet зеркало рабочее на сегодня: 1xbet официальный сайт мобильная версия – 1xbet

  24. Warrenmof表示:

    http://1win.directory/# 1вин зеркало

  25. We stumbled over here different website and thought I should check things out. I like what I see so i am just following you. Look forward to exploring your web page repeatedly.

  26. Pokemon TCG表示:

    There’s definately a lot to learn about this topic. I like all of the points you have made.

發佈留言

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