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

  1. JordanAmoca表示:

    https://nolvadex.guru/# pct nolvadex

  2. WilliamAgicS表示:

    buy cytotec pills online cheap: п»їcytotec pills online – Misoprostol 200 mg buy online

  3. RaymondGef表示:

    diflucan 200 mg diflucan 150 mg price purchase diflucan online

  4. Irvinvef表示:

    http://cipro.guru/# buy cipro online without prescription

  5. Irvinvef表示:

    http://nolvadex.guru/# aromatase inhibitor tamoxifen

  6. WilliamAgicS表示:

    buy doxycycline monohydrate: generic for doxycycline – doxy 200

  7. RaymondGef表示:

    tamoxifen buy natural alternatives to tamoxifen nolvadex half life

  8. JordanAmoca表示:

    https://cytotec24.com/# buy cytotec pills

  9. RaymondGef表示:

    ciprofloxacin 500mg buy online buy ciprofloxacin over the counter ciprofloxacin over the counter

  10. JordanAmoca表示:

    http://diflucan.pro/# diflucan cap 150 mg

  11. RaymondGef表示:

    ciprofloxacin generic ciprofloxacin 500mg buy online buy cipro online without prescription

  12. Keithfoupt表示:

    buy cytotec: order cytotec online – buy cytotec online fast delivery

  13. RaymondGef表示:

    purchase cipro ciprofloxacin 500mg buy online cipro 500mg best prices

  14. JordanAmoca表示:

    http://nolvadex.guru/# nolvadex for sale

  15. RaymondGef表示:

    doxycycline 100mg dogs doxycycline 500mg generic doxycycline

  16. Irvinvef表示:

    http://cipro.guru/# buy generic ciprofloxacin

  17. Keithfoupt表示:

    diflucan australia: buy diflucan no prescription – diflucan 150

  18. JordanAmoca表示:

    http://diflucan.pro/# where to buy diflucan in singapore

  19. Keithfoupt表示:

    buy cytotec: Cytotec 200mcg price – buy cytotec pills online cheap

  20. RaymondGef表示:

    tamoxifen cancer tamoxifen citrate tamoxifen cancer

  21. RaymondGef表示:

    can i buy diflucan over the counter diflucan otc where to buy cost of diflucan in canada

  22. Irvinvef表示:

    https://cipro.guru/# ciprofloxacin generic price

  23. Keithfoupt表示:

    can you diflucan over the counter: diflucan 150 mg – diflucan 2 pills

  24. RaymondGef表示:

    buy cytotec pills online cheap buy cytotec online buy cytotec online

  25. JordanAmoca表示:

    https://cytotec24.com/# purchase cytotec

  26. Irvinvef表示:

    https://doxycycline.auction/# buy doxycycline online uk

  27. Keithfoupt表示:

    buying diflucan over the counter: canadian order diflucan online – diflucan

  28. JordanAmoca表示:

    https://diflucan.pro/# diflucan tablets buy online no script

  29. RaymondGef表示:

    diflucan canada online where can i get diflucan online buying diflucan

  30. Keithfoupt表示:

    buy cipro online without prescription: ciprofloxacin 500mg buy online – buy generic ciprofloxacin

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

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