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

26,933 Responses

  1. LarryHiz表示:

    Plinko: Plinko-game – Plinko games

  2. Pabloslunc表示:

    plinko plinko plinko france

  3. LarryHiz表示:

    Plinko games: Plinko games – Plinko online game

  4. Dwightprugs表示:

    https://plinkodeutsch.com/# PlinkoDeutsch

  5. Dwightprugs表示:

    https://plinkocasinonl.shop/# plinko spelen

  6. MichaelBrefe表示:

    plinko: plinko betrouwbaar – plinko betrouwbaar

  7. MichaelBrefe表示:

    Plinko online: Plinko app – Plinko-game

  8. The stock market is a process where investors buy stocks so as to promote them in the future.

  9. LarryHiz表示:

    Plinko casino game: Plinko casino game – Plinko online game

  10. MichaelBrefe表示:

    plinko: plinko casino nederland – plinko casino

  11. Dwightprugs表示:

    http://plinkocasi.com/# Plinko-game

  12. Boycenog表示:

    http://pinco.legal/# pinco casino

  13. ScottFuels表示:

    аренда катера выпускной аренда яхты на неделю

  14. Pabloslunc表示:

    pinco slot pinco pinco

  15. MichaelBrefe表示:

    Plinko online: Plinko games – Plinko

  16. Dwightprugs表示:

    https://pinco.legal/# pinco legal

  17. Did you know that many inheritors of outdated autos hire an legal professional to assist them safe the car?

  18. I embarked upon a quest to unveil the melodies that captured the visitor’s ears, deciphering the harmonies that held your collective curiosity over the past decade.

  19. Boycenog表示:

    https://pinco.legal/# pinco legal

  20. Product manufacturers and builders are invited to enter the annual awards by 17 August (Friday).

  21. Dwightprugs表示:

    https://pinco.legal/# pinco casino

  22. The Division of Conservation, which administers one third of the land area of recent Zealand, operates 250 car-accessible campsites on public land.

  23. Dwightprugs表示:

    https://pinco.legal/# pinco casino

  24. Pabloslunc表示:

    Plinko casino game Plinko app Plinko

  25. LarryHiz表示:

    plinko casino: plinko ball – plinko casino

發佈留言

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