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

  1. DennishIp表示:

    best ed pill ere pharm: ere pharm – best ed pills online

  2. The 10 Most Scariest Things About ADHD Assessment Private Adhd Assessment Private

  3. Eusebia表示:

    How To Beat Your Boss With Three Wheeler Scooter For Handicapped
    3 wheel electric folding scooter (Eusebia)

  4. 15 Windows And Doors Leeds Benefits Everybody Should Be Able To
    Modern Window repair

  5. 15 Things You’re Not Sure Of About Car Door Lock Repair car door lock jammed

  6. Juan表示:

    What’s The Current Job Market For Accident & Injury Lawyers Professionals?
    accident & injury lawyers – Juan

  7. Pauline表示:

    Why Electric Suites Fires Is Tougher Than You Think Fireplaces &
    Mantels (Pauline)

  8. Emely表示:

    You’ll Never Be Able To Figure Out This Car Key Battery Replacement’s Benefits car key battery replacement –
    Emely,

  9. Saundra表示:

    10 Apps That Can Help You Manage Your Peritoneal Mesothelioma Asbestos mesothelioma lawyers (Saundra)

  10. A Peek At The Secrets Of Cars Locksmith Near Me locksmith car key
    replacement cost; http://adrestyt.ru/user/canoemiddle7,

  11. Sash window表示:

    The Most Worst Nightmare Concerning Window Sash Repairs Come To Life Sash window

  12. Darryl表示:

    Virtual Mystery Boxes Isn’t As Tough As You Think best one time
    mystery box [Darryl]

  13. 10 Of The Top Facebook Pages Of All-Time About Wall Mounted Fireplaces electric Firesuite

  14. Why Key Fob Repair Is Right For You? car key fob repair service (g2835004.Wikibyby.com)

  15. The Biggest Issue With Bunk Bed Single, And How You Can Fix It single high Bunk Bed

  16. 15 Gifts For The Tilt And Turn Window Repair Lover
    In Your Life Tilt And Turn Windows How Do They Work (Helms-Alford-2.Federatedjournals.Com)

  17. You’ll Never Be Able To Figure Out This Best Accident Injury
    Lawyers’s Tricks Accident Injury Lawyers

  18. Ilene表示:

    10 No-Fuss Methods For Figuring Out Your Loveseat For Sale small sofas for sale, Ilene,

  19. What’s The Job Market For Accident & Injury Lawyers Professionals?

    accident & injury lawyers

  20. 13 Things About Trucking Lawyer Near Me You May Not Have Known trucking accident attorneys

  21. Christiane表示:

    Who Is Responsible For An Hiring Truck Accident Lawyers Budget?
    12 Top Ways To Spend Your Money truck accident attorneys (Christiane)

  22. What’s The Job Market For Vehicle Key Repairs Professionals Like?
    Vehicle Key Repairs

  23. Guide To Accident Claim Lawyers: The Intermediate Guide Towards Accident Claim Lawyers accident Claim Lawyer

  24. Upgrade Items表示:

    10 Misconceptions Your Boss Holds About Item Upgrade Item
    Upgrade Upgrade Items

  25. Guide To Couch With Chaise And Recliner: The Intermediate Guide Towards Couch With Chaise And Recliner
    Couch With Chaise

  26. Guide To 3 Wheeler Pushchairs: The Intermediate Guide Towards 3 Wheeler Pushchairs 3 Wheeler pushchairs

  27. Guide To Double Buggy Sale: The Intermediate Guide To Double Buggy Sale Double Buggy sale; https://wtools.biz/user/emeryway5,

  28. These Are Myths And Facts Behind New York City Accident Lawyer accident injury law firm

發佈留言

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