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

  1. RichardWrifs表示:

    https://mexicandeliverypharma.online/# mexico pharmacies prescription drugs

  2. Nelsonbluck表示:

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

  3. Nelsonbluck表示:

    buying prescription drugs in mexico online: medication from mexico pharmacy – best online pharmacies in mexico

  4. Arnoldten表示:

    buying prescription drugs in mexico buying prescription drugs in mexico online mexican mail order pharmacies

  5. WayneCoirl表示:

    best online pharmacies in mexico: medication from mexico pharmacy – best online pharmacies in mexico

  6. DominicJaw表示:

    mexican pharmaceuticals online: mexico drug stores pharmacies – mexican online pharmacies prescription drugs

  7. 7 Simple Changes That Will Make The Biggest Difference In Your Search Optimization Search engine Optimisation Specialist

  8. RichardWrifs表示:

    https://mexicandeliverypharma.online/# best online pharmacies in mexico

  9. RichardWrifs表示:

    https://mexicandeliverypharma.com/# mexico drug stores pharmacies

  10. Greetings! I’ve been reading your website for a long time now and finally got the bravery to go ahead and give you a shout out from Dallas Tx! Just wanted to say keep up the good job!

  11. WayneCoirl表示:

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

  12. DominicJaw表示:

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

  13. WayneCoirl表示:

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

  14. DominicJaw表示:

    п»їbest mexican online pharmacies: mexican border pharmacies shipping to usa – medicine in mexico pharmacies

  15. leak spotting表示:

    I would really love to guest post on your blog.*,;.:

  16. Arnoldten表示:

    buying from online mexican pharmacy pharmacies in mexico that ship to usa п»їbest mexican online pharmacies

  17. WayneCoirl表示:

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

  18. DominicJaw表示:

    pharmacies in mexico that ship to usa: mexican mail order pharmacies – mexican mail order pharmacies

  19. Quite easily, the article is in reality the sweetest on that laudable topic. I agree with your conclusions and also will eagerly look forward to your approaching updates. Simply just saying thanks can not just be sufficient, for the incredible lucidity in your writing. I will instantly grab your rss feed to stay privy of any kind of updates. Good work and also much success in your business efforts!

  20. we have different jewelry boxes at home and most of them comes from my mother who like to collect jewelry boxes;;

  21. Rae表示:

    14 Smart Ways To Spend Your The Leftover Window Glass Repairs Budget double glazed window repairs near me (Rae)

  22. RichardWrifs表示:

    http://mexicandeliverypharma.com/# medication from mexico pharmacy

  23. RichardWrifs表示:

    https://mexicandeliverypharma.com/# п»їbest mexican online pharmacies

  24. WayneCoirl表示:

    best online pharmacies in mexico: medicine in mexico pharmacies – mexican rx online

  25. DominicJaw表示:

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

  26. 10 Things Everyone Hates About Window Repairs Near Me upvc window Repairs Near me

  27. WayneCoirl表示:

    mexican rx online: mexican drugstore online – mexican online pharmacies prescription drugs

  28. DominicJaw表示:

    buying from online mexican pharmacy: mexican online pharmacies prescription drugs – mexican rx online

  29. Beans To Coffee Machine: What’s No One Has Discussed best bean to cup coffee machine uk

  30. Arnoldten表示:

    best online pharmacies in mexico reputable mexican pharmacies online buying from online mexican pharmacy

發佈留言

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