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

  1. The Reasons Chiminea Indoor Is Everywhere This Year Chiminea Outdoor

  2. Sectional Couches For Sale Tools To Help You
    Manage Your Daily Lifethe One Sectional Couches For Sale Trick
    That Every Person Should Learn Sectional couches for sale

  3. Tips For Explaining Car Key Auto Locksmith To Your Mom locksmith near me

  4. What Freud Can Teach Us About Key Fob Repair Service Repair Keys
    Near Me (https://Intern.Ee.Aeust.Edu.Tw/)

  5. Wilda表示:

    How To Beat Your Boss On Mesothelioma Lawyer mesothelioma case (Wilda)

  6. DennishIp表示:

    buy gabapentin online: cheapest Gabapentin GabaPharm – buy gabapentin india

  7. See What Replace Window Sashes Tricks The Celebs Are Using Replace Window sashes

  8. Adhd Psychiatry Near Me Tools To Help You Manage Your Daily Lifethe One
    Adhd Psychiatry Near Me Technique Every Person Needs To Be Able To adhd psychiatry Near me

  9. Janis表示:

    10 Websites To Aid You To Become An Expert In Bio-Ethanol Fire bio ethanol fuel fireplace (Janis)

  10. 10 Myths Your Boss Is Spreading About Case Battle Case Battle Cs Case Battle

  11. The Most Successful Sash Windows Near Me Experts Have Been Doing Three
    Things wooden sash windows near me

  12. 10 Facts About Nissan Juke Key Fob That Will Instantly Put You
    In An Upbeat Mood how to program nissan key (https://olderworkers.com.au/author/wplin74rxss1-jenniferlawrence-uk)

  13. 10-Pinterest Accounts You Should Follow About Commercial Gas Patio Heaters Gas Powered Patio Heater

  14. Audi Advanced Key Tools To Make Your Day-To-Day Life audi Replacement key fob (boyle-phillips.blogbright.net)

  15. Urlscan.io表示:

    You’ll Never Guess This Treadmills Folding Treadmills’s Secrets
    treadmills folding (Urlscan.io)

  16. The Next Big Thing In Single Bunk Mattress white single bunk beds

  17. CurtisCem表示:

    cheapest ed pills ere pharm [url=http://erepharm.com/#]erepharm pills[/url] ED pills non prescription

  18. Michele表示:

    10 Life Lessons That We Can Learn From Tree House Bunk Bed treehouse bed for kids (Michele)

  19. RobertHam表示:

    https://furpharm.com/# buy furosemide online

  20. RobertHam表示:

    https://rybpharm.com/# buy rybelsus online usa

  21. The 12 Most Popular Renault Key Accounts To Follow On Twitter
    renault replacement key

  22. LloydNoice表示:

    https://furpharm.com/# furosemide

  23. LloydNoice表示:

    https://furpharm.com/# furosemide furpharm.com

  24. LloydNoice表示:

    https://erepharm.com/# best ed pills online

  25. If a person suffering from Asbestos Settlement
    cancer or lung disease is diagnosed, they will require legal representation. They may be
    entitled to compensation for loss of earnings, expenses for caregiving, and travel
    costs.

  26. The Reason Why Adding A Car Key Cutting Machine To Your Life
    Can Make All The Change mobile car key cutting near me (Delphi.larsbo.org)

  27. Chastity表示:

    White Wooden Cotbed Tips To Relax Your Daily Lifethe One White Wooden Cotbed Trick
    Every Individual Should Be Able To white wooden cotbed (Chastity)

  28. What Is The Secret Life Of Seat Ibiza Key Fob Replacement seat leon key fob programming

發佈留言

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