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

  1. What Is The Reason Adding A Key Word To Your Life’s Routine Will Make The
    Change Baby Cots Online

  2. Check Out: How Private ADHD Assessment Wales Is Gaining Ground And What
    You Can Do About It Private Adhd Assessment Ireland Adult

  3. A Time-Travelling Journey A Conversation With People About Audi Key Replacement 20 Years Ago car key cover audi (bookmarklinx.com)

  4. Why Sash Windows Is More Tougher Than You Imagine box sash Window (chessdatabase.Science)

  5. What Is Auto Locksmith And Why Are We Speakin’ About It?
    auto locksmiths Near my location, https://wiberg-kragh.technetbloggers.De/,

  6. 5 Killer Quora Answers On Fold Away Treadmill UK
    fold away treadmill uk

  7. DennishIp表示:

    rybpharm: rybpharm – rybpharm canada

  8. You’ll Never Guess This Buy Mobility Scooter Near Me’s Benefits Buy Mobility Scooter

  9. 스키강습表示:

    I’m very happy to discover this page. I need to to thank you for ones time for this fantastic read!! I definitely liked every bit of it and i also have you book-marked to look at new things in your web site.

  10. reprogrammed表示:

    The Unspoken Secrets Of Spare Audi Key reprogrammed

  11. What’s The Current Job Market For Replacement Renault Megane Key Card Professionals?
    Replacement Renault Megane Key Card (https://Chessdatabase.Science)

  12. Sybil表示:

    The 10 Most Scariest Things About Patio Door
    Lock Repairs Near Me patio door lock repair (Sybil)

  13. Five Killer Quora Answers On Bioethanol Fire Freestanding bioethanol fire freestanding

  14. 10 Reasons That People Are Hateful To Auto Lock Smith
    Near Me Auto Lock Smith Near Me Mobile Automotive locksmiths near me

  15. CurtisCem表示:

    GabaPharm buy gabapentin Buy gabapentin for humans

  16. 14 Smart Ways To Spend Extra Repair Double Glazing Budget double glazing repairs

  17. DennishIp表示:

    gabapentin: buy Gabapentin GabaPharm – gabapentin

  18. CurtisCem表示:

    Buy gabapentin for humans cheapest Gabapentin GabaPharm buy Gabapentin GabaPharm

  19. Why Adding Titration ADHD Adults To Your Life Can Make All The Difference adhd titration

  20. How To Find Out If You’re Are Ready For Asbestos Cancer Law Lawyer Mesothelioma Settlement mesothelioma Attorney

  21. Sonya表示:

    20 Things You Should Be Educated About Treehouse Bunkbeds treehouse bed kids (Sonya)

  22. Crib Sets表示:

    You’ll Never Guess This Crib Sets’s Benefits Crib Sets

  23. How Jaguar Xf Key Fob Rose To The #1 Trend In Social Media jaguar xf keys

  24. See What Mesothelioma Law Firm Tricks The Celebs Are Making Use Of mesothelioma law

  25. 20 Quotes That Will Help You Understand Male Masterbation Toy Best male Masturbation

  26. LloydNoice表示:

    http://kampharm.shop/# kam pharm shop

  27. Guide To Pram And Stroller 2 In 1: The Intermediate Guide The Steps To Pram And Stroller 2 In 1 pram and stroller 2 in 1, https://www.52av.One,

  28. Windows Doctor Tools To Streamline Your Daily Lifethe One Windows Doctor Trick That Every Person Must Learn Windows doctor

  29. Erwin表示:

    9 Things Your Parents Taught You About Replacement Seat Key replacement seat key (Erwin)

發佈留言

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