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

  1. Birmingham City are bottom, still looking for his or her first win of the season.

  2. Pabloslunc表示:

    plinko fr plinko fr avis plinko

  3. Pabloslunc表示:

    Plinko game Plinko Plinko game

  4. MichaelBrefe表示:

    pinco legal: pinco slot – pinco.legal

  5. Dwightprugs表示:

    https://plinkofr.com/# plinko casino

  6. LarryHiz表示:

    plinko ball: plinko game – plinko casino

  7. MCGEE of the Church of Christ in Tahlequah officiating.

  8. Those who have bought secondary properties or in secondary areas and have overstretched to buy a prime property will get hurt if they cannot ride out the strom.

  9. MichaelBrefe表示:

    plinko: plinko casino nederland – plinko spelen

  10. MichaelBrefe表示:

    plinko: plinko betrouwbaar – plinko nl

  11. Pabloslunc表示:

    pinco slot pinco casino pinco legal

  12. Boycenog表示:

    https://plinkofr.shop/# plinko france

  13. Boycenog表示:

    http://plinkofr.com/# plinko casino

  14. Dwightprugs表示:

    https://plinkofr.com/# avis plinko

  15. LarryHiz表示:

    plinko erfahrung: Plinko Deutsch – plinko

  16. Dwightprugs表示:

    https://plinkodeutsch.com/# plinko germany

  17. MichaelBrefe表示:

    plinko casino: plinko – plinko nederland

  18. Dwightprugs表示:

    https://plinkodeutsch.com/# PlinkoDeutsch

  19. Pabloslunc表示:

    pinco.legal pinco pinco.legal

  20. MichaelBrefe表示:

    plinko wahrscheinlichkeit: plinko erfahrung – plinko wahrscheinlichkeit

  21. Nonetheless, Volvo is betting that a number of drivers will be relieved to have a reprieve from the stress of fixed acceleration and braking, and may even discover another methods to make use of the time.

  22. Dwightprugs表示:

    http://plinkocasinonl.com/# plinko spelen

  23. MichaelBrefe表示:

    pinco slot: pinco slot – pinco legal

  24. Dwightprugs表示:

    https://plinkodeutsch.shop/# plinko geld verdienen

  25. MichaelBrefe表示:

    pinco.legal: pinco casino – pinco.legal

發佈回覆給「Dwightprugs」的留言 取消回覆

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