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

  1. Oh my goodness! an excellent article dude. Thanks a lot Even so I’m experiencing problem with ur rss . Do not know why Struggle to register for it. Can there be any person finding identical rss issue? Anyone who knows kindly respond. Thnkx

  2. Scottdiz表示:

    1win официальный сайт: 1вин – 1вин

  3. Scottdiz表示:

    vavada: казино вавада – вавада

  4. An fascinating discussion will probably be worth comment. I do think that you can write regarding this topic, it will not become a taboo subject but typically everyone is too little to communicate in on such topics. Yet another. Cheers

  5. Window repair表示:

    Don’t Make This Mistake On Your Double Glazed Windows
    Repair Window repair

  6. Lesli表示:

    Expert Advice On L Shaped Leather Sofas From
    The Age Of Five l shaped outdoor sofas – Lesli

  7. Audi car key表示:

    What’s The Current Job Market For Audi Car
    Keys Professionals Like? Audi car key

  8. Scottdiz表示:

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

  9. An impressive share, I merely given this onto a colleague who had previously been performing a small analysis during this. And hubby actually bought me breakfast due to the fact I uncovered it for him.. smile. So well then, i’ll reword that: Thnx for that treat! But yeah Thnkx for spending any time go over this, I believe strongly regarding this and adore reading regarding this topic. If you can, as you become expertise, do you mind updating your site with an increase of details? It is actually highly a good choice for me. Big thumb up due to this article!

  10. Scottdiz表示:

    pin up casino: пин ап – пин ап казино вход

  11. You made some tight points there. I looked on the web for the issue and found most individuals will approve with your blog.

  12. Best ADHD Medication For Adults With Anxiety And Depression Tools To Ease Your Everyday Lifethe Only Best ADHD Medication For Adults With Anxiety And Depression Trick Every Individual Should Be Able
    To Best adhd medication For Adults

  13. rgekrcfsy表示:

    Book your dream car now, Bentley, Rolls Royce, Lamborghini, or Ferrari, and cruise down the streets of Dubai in style. Hire a Luxury Car from one of the top luxury & Supercar rentals in Dubai. “Lamborghini Rent a Car ” and business industry, stand out for their quality and good taste, to offer you a unique experience Ultimately, the company you choose to rent from will depend on your specific needs and preferences, including factors like the type of car you want to rent, the length of time you want to rent it, and your budget. The most effective approach is to research and compare the different rental companies in order to find the one that is most suitable for your needs. Red Fox Luxury Car Hire invites you to rent a Lamborghini Aventador with us in Dubai. Your luxury Lamborghini awaits to take you on the ultimate adventure. Each Lamborghini Aventador rental comes with our amazing service and highest standards for the best luxury car hire available.
    https://apk.tw/space-uid-6206709.html
    We take special care of our fleet of cars, and no customer who opts to rent a cheap car from us will walk away with an old run-down vehicle. Yes, all the luxury car rental in Dubai comes with a standard mileage limit of 250 km per day. However, to cater for your travel plan, we at BE VIP Rent A Car are offering a customised mileage limit as per your requirement. To calculate mileage, the luxury car rental agreement will have the kilometre reading on the car’s odometer when you hire the car. Rentop.co is a website and mobile application owned by Kwayes Information Technology licence number 1042903, company registered in Dubai Economic Department (DED). DubaiRentaCar.ae is the best sports cars rental company in Dubai. We stock the top international models that have won fame and recognition around the world. Here is a look at some of the top rental cars you can find in our collection:

  14. Astonishing , what an insightful post! I really delighted in reading about
    your outlook on this issue . It’s certainly given me a
    wealth to consider.

    I’d yearn to listen to more of your reflections ,
    if you’re inclined to extending the discourse .

    Coincidentally , have you been informed of MEGA888? It’s an
    terrific internet gaming ecosystem with piles
    of invigorating selections . I’ve been playing there and the experience has been exceptional.
    In the event that you’re looking for a
    different way to partake in some amusement and feasibly
    triumph , I’d strongly suggest examining it further.

    Let me notify whether you’re intrigued and I shall share more information !

    My web site :: online casino email marketing

  15. Warrenmof表示:

    https://vavada.auction/# вавада

  16. in China, they do not respect intellectual property at all. too many software and movie pirates out there,

  17. Bifold Door Seal Replacement Tools To Streamline
    Your Everyday Lifethe Only Bifold Door Seal Replacement Trick Every Individual Should Be Able To bifold door Seal replacement (historydb.date)

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

  19. Hello! 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 useful information to work on. You have done a outstanding job!

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

  21. Warrenmof表示:

    http://1xbet.contact/# 1хбет зеркало

  22. ebet login in表示:

    Astonishing Blog Write-up
    Goodness , what an insightful and reflective content! I found myself agreeing as I read
    through your dissection of this crucial issue
    .
    Your contentions were well-researched and articulated in a lucid, captivating manner.
    I especially admired how you were empowered to distill the
    central intricacies and subtleties at play , without
    oversimplifying or disregarding the obstacles
    .
    This entry has given me a great deal to ponder .
    You’ve undoubtedly widened my comprehension and altered my perspective in specific meaningful fashions .

    Thank you for taking the resources to disseminate your
    mastery on this topic . Entries like this are rather a valuable input to the
    conversation. I look forward to witnessing what other
    illuminating content you have in reserve .

    Also visit my web-site; ebet login in

  23. Scottdiz表示:

    1xbet скачать: 1xbet зеркало рабочее на сегодня – 1xbet зеркало

  24. Scottdiz表示:

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

  25. There is noticeably big money to know about this. I assume you made certain nice points in features also.

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

發佈留言

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