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

  1. Nelsonbluck表示:

    mexican mail order pharmacies: mexican pharmaceuticals online – buying prescription drugs in mexico

  2. DominicJaw表示:

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

  3. DominicJaw表示:

    mexican drugstore online: mexican border pharmacies shipping to usa – mexican rx online

  4. WayneCoirl表示:

    mexican rx online: pharmacies in mexico that ship to usa – mexican rx online

  5. wonderful post. Ne’er knew this, regards for letting me know.

  6. Arnoldten表示:

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

  7. Nelsonbluck表示:

    mexican mail order pharmacies: best online pharmacies in mexico – mexican drugstore online

  8. Is Technology Making Freezer Fridge 50 50 Better Or Worse?

    50/50 Freezer fridge

  9. DominicJaw表示:

    mexican mail order pharmacies: mexican rx online – mexican drugstore online

  10. Feel free to surf to my web-site: Daycare Near Me

  11. WayneCoirl表示:

    mexican mail order pharmacies: best online pharmacies in mexico – mexican pharmaceuticals online

  12. WayneCoirl表示:

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

  13. Why You Should Concentrate On Making Improvements To Coffee Capsules Machines Coffee Capsule Machine

  14. nearby表示:

    A Journey Back In Time: How People Talked About Kia Sportage Key
    Fob 20 Years Ago nearby

  15. Nelsonbluck表示:

    mexican drugstore online: mexican online pharmacies prescription drugs – best online pharmacies in mexico

  16. Nelsonbluck表示:

    pharmacies in mexico that ship to usa: reputable mexican pharmacies online – mexican border pharmacies shipping to usa

  17. Can I just say what a relief to seek out someone who actually knows what theyre speaking about on the internet. You positively know tips on how to bring a difficulty to mild and make it important. Extra folks need to learn this and understand this facet of the story. I cant imagine youre not more common because you undoubtedly have the gift.

  18. DominicJaw表示:

    mexican mail order pharmacies: mexican mail order pharmacies – medicine in mexico pharmacies

  19. One Of The Biggest Mistakes That People Make When Using Chest Freezer For Garage lg fridge freezer black (https://willysforsale.Com/)

  20. DominicJaw表示:

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

  21. Who’s The Most Renowned Expert On Espresso Maker?
    espresso Maker for home

  22. Arnoldten表示:

    buying prescription drugs in mexico online buying prescription drugs in mexico mexico drug stores pharmacies

  23. WayneCoirl表示:

    mexican drugstore online: mexican drugstore online – п»їbest mexican online pharmacies

  24. I’m not sure where you’re getting your info, but great topic. I needs to spend some time learning much more or understanding more. Thanks for excellent information I was looking for this information for my mission. xrumer

  25. Nelsonbluck表示:

    medicine in mexico pharmacies: pharmacies in mexico that ship to usa – reputable mexican pharmacies online

  26. DominicJaw表示:

    medicine in mexico pharmacies: mexico drug stores pharmacies – mexican mail order pharmacies

  27. WayneCoirl表示:

    mexican drugstore online: mexican online pharmacies prescription drugs – best online pharmacies in mexico

發佈留言

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