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...

11,812 Responses

  1. WayneCoirl表示:

    pharmacies in mexico that ship to usa: mexican rx online – purple pharmacy mexico price list

  2. Lavonne表示:

    Ten Stereotypes About Adult Adhd Assessment
    That Aren’t Always The Truth how to get assessed for adhd uk (Lavonne)

  3. DominicJaw表示:

    mexican drugstore online: mexican pharmaceuticals online – medicine in mexico pharmacies

  4. DominicJaw表示:

    mexico drug stores pharmacies: mexican rx online – mexican drugstore online

  5. attorneys表示:

    7 Useful Tips For Making The Greatest Use Of Your Semi
    Truck Claim attorneys

  6. The value effect describes the tendency for low P/E ratio stocks to outperform the market.

  7. Nelsonbluck表示:

    mexico drug stores pharmacies: reputable mexican pharmacies online – best online pharmacies in mexico

  8. Nelsonbluck表示:

    mexican border pharmacies shipping to usa: mexican mail order pharmacies – best online pharmacies in mexico

  9. Arnoldten表示:

    mexico pharmacy п»їbest mexican online pharmacies mexico drug stores pharmacies

  10. WayneCoirl表示:

    buying prescription drugs in mexico: mexico drug stores pharmacies – best online pharmacies in mexico

  11. 30 Inspirational Quotes On Bean Coffee Machine fresh cup espresso

  12. DominicJaw表示:

    purple pharmacy mexico price list: buying prescription drugs in mexico online – medication from mexico pharmacy

  13. 10 Key Factors Regarding Double Glazed Window Replacement You Didn’t Learn In School Glass Replacement For Windows Near Me

  14. Five Killer Quora Answers On Volvo Key Replacement
    Cost Uk Volvo Key Replacement Cost (https://Mehmetnuriarslan.Com/)

  15. Nelsonbluck表示:

    mexico drug stores pharmacies: mexico drug stores pharmacies – buying from online mexican pharmacy

  16. I wanted to create you a little bit of note to be able to thank you as before on your gorgeous things you have shown in this case. It was quite seriously open-handed with you in giving unreservedly just what numerous people could possibly have supplied as an electronic book to generate some profit on their own, principally considering the fact that you might have tried it if you ever considered necessary. Those inspiring ideas also acted as the easy way to realize that other people have the identical fervor just like my very own to understand lots more in terms of this condition. I think there are millions of more enjoyable opportunities up front for folks who read through your blog. click my site here – alternative medicine

  17. 15 Of The Best Pinterest Boards Of All Time About Private Adult Adhd
    Assessment adhd assessment for Adults uk

  18. How Upvc Windows And Doors Became The Hottest Trend In 2023 Bifold Doors Upvc

  19. WayneCoirl表示:

    purple pharmacy mexico price list: mexico drug stores pharmacies – mexico drug stores pharmacies

  20. WayneCoirl表示:

    medication from mexico pharmacy: mexican border pharmacies shipping to usa – mexican pharmaceuticals online

  21. DominicJaw表示:

    medicine in mexico pharmacies: buying from online mexican pharmacy – best online pharmacies in mexico

  22. DominicJaw表示:

    buying prescription drugs in mexico: best online pharmacies in mexico – best online pharmacies in mexico

  23. family vacations in a nice tropical country would be very very nice,

  24. Nelsonbluck表示:

    п»їbest mexican online pharmacies: buying from online mexican pharmacy – mexico drug stores pharmacies

  25. Nelsonbluck表示:

    buying from online mexican pharmacy: mexican mail order pharmacies – pharmacies in mexico that ship to usa

  26. 10 Myths Your Boss Is Spreading About Double Glazed Window Repairs Near Me double glazing Repair near Me

  27. Arnoldten表示:

    buying prescription drugs in mexico online mexican rx online mexican rx online

  28. The 10 Most Terrifying Things About Glass Repair
    Bedford bedford Doors Bedfordshire

  29. WayneCoirl表示:

    mexican mail order pharmacies: purple pharmacy mexico price list – pharmacies in mexico that ship to usa

發佈留言

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