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

  1. Who’s The Top Expert In The World On Train Injury Claim?
    Big truck accident attorney

  2. Real Sex Doll表示:

    A Peek Into The Secrets Of Realsex Doll Real Sex Doll

  3. kingranks.com表示:

    15 Terms That Everyone Working In The Coffee Machine Grinder
    Industry Should Know Burr grinders [kingranks.com]

  4. It’s The Good And Bad About Firesuites electric Fireplace suites

  5. Togel Resmi Indonesia Tools To Improve Your Everyday Lifethe Only Togel Resmi Indonesia Trick Every Individual Should Know togel resmi indonesia

  6. Debora表示:

    The Secret Secrets Of Upvc Windows Bedford windows in bedford (Debora)

  7. Is Car Keys Repairs As Important As Everyone Says?
    Car Key Fob Repair Near Me

  8. Kenny表示:

    The Most Advanced Guide To Electric Fireplace Suite UK freestanding fireplace electric
    (Kenny)

  9. You’ll Never Guess This Single Buggy With Buggy Board’s Tricks Single Buggy with buggy board

  10. Guide To Ready Assembled Electric Fire Suites: The Intermediate Guide Towards Ready
    Assembled Electric Fire Suites ready assembled Electric fire suites

  11. 15 Unexpected Facts About All Terrain Push Chair That
    You Never Known All terrain Pushchairs

  12. 3 Reasons The Reasons For Your Fireplace Suites Electric Is Broken (And How To Fix It) best Electric fireplace with mantel
    (king-bookmark.stream)

  13. Private Adult ADHD Diagnosis Tips From The Top In The Business private adhd assessment adult cost

  14. Virgie表示:

    A Provocative Remark About Chaise Sectional chaise lounges – Virgie

  15. Five Killer Quora Answers On Electric Lightweight Folding Wheelchair Electric Lightweight Folding Wheelchair

  16. Guide To Accident Attorney Near Me: The Intermediate Guide The Steps
    To Accident Attorney Near Me accident attorney near me

  17. Ernesto表示:

    14 Questions You’re Uneasy To Ask Fireplace Suite Electric electric fire place suite (Ernesto)

  18. Jackson表示:

    You’ll Never Guess This Work Accident Lawyer Near Me’s Benefits accident lawyer near
    me [Jackson]

  19. 10 Best Facebook Pages That I’ve Ever Seen.
    Private Adhd Assessment London adhd assessment psychiatry Uk

  20. Mari表示:

    20 Things That Only The Most Devoted Online Mystery Box Fans Are Aware Of mystery boxes best (Mari)

  21. You’ll Never Be Able To Figure Out This Togel Resmi Indonesia’s Tricks Togel resmi indonesia

  22. togel4D表示:

    10 Untrue Answers To Common Togel Singapore Questions: Do You Know The Right Ones?
    togel4D

  23. Wikimapia.Org表示:

    How Three Wheel Mobility Scooters Sale Is A Secret Life Secret Life Of Three Wheel Mobility
    Scooters Sale Folding Mobility Scooters For Sale Near Me (Wikimapia.Org)

  24. jszst.com.cn表示:

    Small Leather Couch Explained In Fewer Than 140 Characters Leather Sofas living Room, jszst.com.cn,

  25. The 10 Most Scariest Things About Best Gas Patio Heaters Uk
    best gas patio heaters uk (https://lodberg-crouch.blogbright.Net/)

  26. 10 Quick Tips To Online Mystery Boxes Best Mystery Box Sites

  27. togel Sydney表示:

    Ten Situstoto Slot Myths That Aren’t Always True togel Sydney

  28. See What Leather Pull Out Couch Tricks The Celebs Are Utilizing leather Pull Out couch

  29. Nine Things That Your Parent Taught You About 2 Seater Fabric Sofa
    Sale 2 Seater Fabric Sofa Sale

發佈留言

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