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

15,039 Responses

  1. KevinSounc表示:

    http://slotsiteleri.bid/# 2024 en iyi slot siteleri

  2. Nice post. I learn something new and challenging on blogs I stumbleupon every day. It will always be exciting to read content from other authors and practice a little something from their sites.

  3. Bi Fold Door Repair: The Ultimate Guide To Bi Fold Door Repair Bifold door Repairs

  4. Darrelherse表示:

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

  5. roof22.ru表示:

    The 12 Most Unpleasant Types Of ADHD Medication Accounts
    You Follow On Twitter types of adhd medication (roof22.ru)

  6. The Complete List Of Saab Car Key Replacement Dos And Don’ts Saab Ignition Key

  7. The Reasons Private Psychiatrist Near Me Could Be
    Your Next Big Obsession Cost Of Private Psychiatrist Uk (http://Focusrentcar.Net/)

  8. Situs 4D表示:

    Guide To Situs 4d: The Intermediate Guide The Steps To Situs 4d Situs 4D

  9. bobres-iptv表示:

    Good info. Lucky me I discovered your website by accident (stumbleupon). I’ve bookmarked it for later!

  10. Ralf表示:

    Guide To Volkswagen Key Cutting Service Near Me: The Intermediate Guide The Steps To
    Volkswagen Key Cutting Service Near Me volkswagen key cutting service near
    me (Ralf)

  11. Having read this I believed it was really enlightening. I appreciate you finding the time and energy to put this short article together. I once again find myself spending a lot of time both reading and commenting. But so what, it was still worthwhile.

  12. Fantastic Post Feedback
    Remarkable , what a insightful entry! I sincerely enjoyed perusing your analysis on this subject
    .
    As someone who has been tracking your digital platform for a while
    , I ought to say that this is one of your
    greatest well-written and mesmerizing works
    to date.
    The fashion you integrated together angles and research evidence was
    sincerely remarkable . I discovered myself resonating as I read because your points merely came across to progress
    incredibly seamlessly .

    Also visit my website – bk8 casino review

  13. Adalberto表示:

    Take a look at my page … Daycare Near Me (Adalberto)

  14. Greetings! Very helpful advice in this particular article! It’s the little changes which will make the most important changes. Thanks for sharing!

  15. There is certainly a lot to know about this subject. I like all of the points you have made.

  16. I used to be able to find good advice from your blog articles.

  17. Poker Online表示:

    Check out my webpage; Poker Online

  18. 4d cambodia表示:

    I blog frequently and I really thank you for your content. Your article has truly peaked my interest. I will book mark your site and keep checking for new details about once a week. I opted in for your Feed too.

  19. May I simply say what a comfort to discover a person that actually understands what they’re talking about on the web. You actually understand how to bring a problem to light and make it important. More and more people ought to check this out and understand this side of the story. I was surprised that you aren’t more popular because you definitely possess the gift.

  20. Saved as a favorite, I love your website.

  21. Carri表示:

    Here is my web page Daycare Near Me (Carri)

  22. I like reading a post that can make men and women think. Also, many thanks for allowing me to comment.

  23. b52club表示:

    Hi, I do believe this is an excellent website. I stumbledupon it 😉 I am going to revisit once again since I book marked it. Money and freedom is the greatest way to change, may you be rich and continue to guide other people.

  24. How Much Can Hire Auto Accident Attorneys Experts Earn? colorado springs auto accident attorney

發佈留言

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