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

  1. Could Electric Fire Suites UK Be The Answer To Achieving 2023?
    Wooden Electric Fireplace Suites – http://49.51.81.43

  2. babiie pram表示:

    Nine Things That Your Parent Teach You About Babiie Pram
    babiie pram

  3. Treadmill uk表示:

    What’s The Current Job Market For Treadmill UK Professionals Like?
    Treadmill uk

  4. Attorneys Accidents Tools To Improve Your Daily Life Attorneys Accidents Trick That Everybody Should Know attorneys accidents

  5. 5 Things Everyone Gets Wrong Regarding Asbestos Mesothelioma Lawyers mesothelioma Attorneys

  6. DennishIp表示:

    best ed pill ere pharm: ed pills – ed pills

  7. 10 Myths Your Boss Is Spreading Concerning Fireplace On Wall modern fireplace (Hylistings.com)

  8. How To Explain Case Battle To A 5-Year-Old
    Csgo Battle Case

  9. 8 Tips To Increase Your Audi Replacement Key Game audi car key case

  10. 10 Tell-Tale Signals You Should Know To Buy A Online
    Mystery Box mystery Box opener

  11. The 10 Scariest Things About Best Accident Lawyers Near Me Accident lawyers near Me

  12. Guide To Electric Patio Heaters Uk: The Intermediate Guide To Electric Patio Heaters Uk Electric Patio Heaters Uk

  13. What You Need To Do On This Amazon Outdoor Electric Patio Heaters Are Electric Patio Heaters Any Good

  14. Guide To Car Key Repair Service: The Intermediate Guide In Car Key
    Repair Service car Key repair Service

  15. Who Is The World’s Top Expert On Keyrepair? Auto Key Fob Repair

  16. 5 Clarifications On Mesothelioma From Asbestos Exposure Mesothelioma lawsuit

  17. Miriam表示:

    7 Things About Item Upgrades You’ll Kick Yourself For Not Knowing item upgrader – Miriam,

  18. 7 Secrets About Diagnosing ADHD In Adults That Nobody Will
    Share With You diagnosis of adhd In adulthood

  19. The 10 Most Terrifying Things About Round Sectional Sofa round sectional sofa, wwwsofasandcouchescom81059.wannawiki.com,

  20. Are You Responsible For A Private ADHD Assesment Budget?

    12 Tips On How To Spend Your Money Private ADHD assessment Hampshire

  21. A Trip Back In Time The Conversations People Had About Houston Asbestos Attorney 20 Years Ago mesothelioma lawsuit

  22. Lorenza表示:

    You’ll Never Be Able To Figure Out This Best Accident Injury Lawyers’s Tricks accident injury lawyers (Lorenza)

  23. What Private ADHD Assessment Edinburgh Experts Want You To Know private adhd assessment maidstone

  24. Audra表示:

    The 10 Most Terrifying Things About Crypto Casino bitcoincasinos, Audra,

  25. CurtisCem表示:

    buy rybelsus rybpharm buy rybelsus rybpharm rybpharm rybelsus

  26. 10 Life Lessons We Can Take From Replacement Window Handle
    Replacement sash windows cost

  27. The Under-Appreciated Benefits Of Cabin Beds Mid Sleepers mid
    sleeper cabin bed with storage and desk (sharpe-klemmensen-3.blogbright.net)

  28. vehicle表示:

    The Secret Life Of Key Repair Near Me vehicle

  29. Callie表示:

    Guide To Sofas Leather: The Intermediate Guide To Sofas Leather
    sofas leather (Callie)

  30. Colby表示:

    The Three Greatest Moments In Prams Travel System History 3 in 1 pram (Colby)

發佈留言

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