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

  1. Window Hinge Repair Explained In Fewer Than 140 Characters composite
    Door hinge replacement (https://menwiki.men)

  2. There Are Myths And Facts Behind Virtual Mystery Boxes online Mystery boxes (https://kv-work.co.kr)

  3. The Main Issue With Double Glazing Repairs Leeds, And How You Can Solve It Upvc Door Lock repair leeds

  4. scenep2p.com表示:

    Is Your Company Responsible For The 3 Wheel Buggies Budget?
    12 Top Notch Ways To Spend Your Money Three wheel buggies (scenep2p.com)

  5. All The Details Of Link Togel Dos And Don’ts link Togel Resmi

  6. Buzzwords De-Buzzed: 10 More Ways For Saying Item Upgrade Item Upgrader Mod

  7. baby Products表示:

    7 Small Changes You Can Make That’ll Make A Huge Difference In Your Foldable Pram baby Products

  8. 12 Companies Are Leading The Way In Double Glazing In Crawley louvred window Repair

  9. 3 Reasons Commonly Cited For Why Your Good Accident Lawyers
    Isn’t Working (And Solutions To Resolve It) good accident lawyers near Me

  10. 15 Of The Best Pinterest Boards All Time About 3 Wheeler Buggy 3 wheel umbrella stroller

  11. 7 Essential Tips For Making The Most Of Your Truck Accident Lawyers Truck crash Attorney [http://3.13.251.167]

  12. 10 Tell-Tale Signs You Must See To Buy A Replacement
    Key For Renault Trafic Van renault megane key replacement cost

  13. Private Psychiatrist Near Me Tools To Ease Your Daily Life
    Private Psychiatrist Near Me Technique Every Person Needs To Learn private psychiatrist near me

  14. Coffee 1kg表示:

    See What Coffee 1kg Tricks The Celebs Are Utilizing Coffee 1kg

  15. 20 Tools That Will Make You More Successful At Best Commercial Coffee Machine best pod coffee Machine uk

  16. Where Can You Find The Most Effective Double Glazing
    Repair Bromley Information? bromley windows And doors

  17. 10 Things Everybody Hates About Fireplace Wall Mount fireplaces For the wall

  18. 7 Helpful Tips To Make The Most Of Your Coffee Beans
    Coffee Luxury coffee beans

  19. 15 Surprising Facts About Renault Captur Key renault trafic
    Key Programming (https://Bryan-ramos.blogbright.net/)

  20. 11 Ways To Totally Block Your Private ADHD Assessment Swansea
    private adhd assessment for Adults

  21. How To Create Successful Pragmatic Return Rate Instructions
    For Homeschoolers From Home 프라그마틱 슬롯

  22. You’ll Be Unable To Guess Key Fob Repairs’s Tricks Key fob Repairs

  23. Where Are You Going To Find Audi Car Key Replacement
    Be One Year From This Year? audi a3 key [https://g28-Car-key-solutions37385.blogdemls.com]

  24. Bean Cup Coffee Machine Isn’t As Difficult As You Think best bean to cup coffee beans

  25. A Guide To In Wall Fireplace From Start To Finish
    fireplace stove

  26. See What 2 Seater Chesterfield Couch Tricks The Celebs Are Using 2 Seater Chesterfield Couch

  27. CurtisCem表示:

    buy rybelsus rybpharm buy rybelsus buy rybelsus online usa

  28. What’s The Job Market For Volkswagen Key Programmer Professionals?
    volkswagen key Programmer – https://king-wifi.win

發佈留言

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