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

  1. Childrens Bunk Beds Tools To Streamline Your Daily Life Childrens Bunk Beds Trick Every Individual Should Learn Childrens Bunk bed

  2. mini Cot Bed表示:

    Five Killer Quora Answers To Mini Cot Beds mini Cot Bed

  3. The 10 Scariest Things About Walking Desk Treadmill walking desk Treadmill

  4. What’s The Job Market For 50 50 Fridge Freezer Professionals?
    50 50 Fridge Freezer

  5. 9 Lessons Your Parents Teach You About Cheap Cots cheap cots (wzgroupup.hkhz76.badudns.cc)

  6. How Volvo Replacement Key Fob Was Able To Become The
    No.1 Trend In Social Media volvo v50 key replacement

  7. How To Make An Amazing Instagram Video About Replace Nissan Key Fob nissan note
    Key – Perfectworld.wiki,

  8. Finished Reading a Blog Post: A Formal Response to the
    Comment Section and an Invitation to Join “KING855”

    ‘After rigorously perusing the blog
    post, I would like to submit the following feedback to the discussion .

    Your reflections regarding the theme were quite mind-expanding .
    I was in concurrence with a number of the
    assertions you brought up .

    It is heartening to see such an stimulating exchange unfolding.

    If you are interested in deeper delving into this theme, I would sincerely invite you to become a member of the
    “KING855” community . In that space, you will have the opportunity to interact with kindred spirit members
    and explore further into these fascinating themes .

    I am convinced your participation would be a meaningful
    addition to the dialogue.

    Appreciate your contribution , and I anticipate the prospect of extending this enlightening dialogue
    .

    My site virtual casino (http://www.demilked.com)

  9. DennishIp表示:

    Buy gabapentin for humans: cheapest Gabapentin GabaPharm – buy Gabapentin GabaPharm

  10. Five Killer Quora Answers On Link Togel Resmi link Togel Resmi

  11. qooh.me表示:

    Ten Best Coffee Machines That Really Help You Live Better best coffee Machines (qooh.me)

  12. 10 Things Your Competitors Help You Learn About American Fridges Freezers american fridge Frezzer

  13. Marcelino表示:

    Think You’re Cut Out For Doing Asbestos Attorney?
    Answer This Question mesothelioma lawyers; Marcelino,

  14. Dillon表示:

    You’ll Never Guess This Wood Burning Stove Sale’s Tricks wood burning stove
    sale; Dillon,

  15. 10 Quick Tips About Mesothelioma Case Mesothelioma Lawsuit

  16. The No. 1 Question Everyone Working In Automatic Bean To Cup Coffee Machine Must Know How
    To Answer coffee bean to cup machines

  17. Five Killer Quora Answers To Folding Treadmill Cheap Folding treadmill cheap

  18. 10 Meetups About Undiagnosed ADHD In Adults You Should Attend how do I get adhd diagnosis

  19. How To Create An Awesome Instagram Video About Private ADHD Test Private Adhd Asd Assessment Near Me

  20. shop表示:

    Why Nobody Cares About Audi A1 Key Battery shop

  21. Pay Attention: Watch Out For How Ghost 2 Immobiliser Fitting Near Me Is Taking Over And What To Do About It
    Bmw X5 Ghost Installer

  22. The Secret Secrets Of Hyper Realistic Sex Doll hot realistic sex dolls

  23. 20 Things Only The Most Devoted Replacement Keys For Car Fans Understand car Keys replacements

  24. Could Generalised Anxiety Disorder Be The Answer For 2023’s Challenges?
    anxiety disorder blood pressure

  25. You’ll Never Guess This Keys Replacement For Cars’s Benefits keys replacement For cars

  26. DennishIp表示:

    Buy gabapentin for humans: buy gabapentin india – cheapest Gabapentin GabaPharm

  27. Five Killer Quora Answers On Pod And Bean Coffee Machine pod And bean Coffee machine

  28. Five Jaguar Key Programming Lessons From The
    Professionals jaguar activity key Price

發佈留言

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