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

24,586 Responses

  1. Jeromedug表示:

    ciprofloxacin 500 mg tablet price buy cipro cheap buy cipro cheap

  2. Jeromedug表示:

    doxycycline 100 mg doxylin doxycycline without prescription

  3. RussellVog表示:

    diflucan 100 mg: diflucan 250 mg – buying diflucan

  4. Jeromedug表示:

    nolvadex online what happens when you stop taking tamoxifen nolvadex pct

  5. Williampiree表示:

    buy cytotec pills: Abortion pills online – buy cytotec online

  6. Jamesempiz表示:

    diflucan 150mg prescription: diflucan 150 mg fluconazole – diflucan over the counter south africa

  7. Jamesempiz表示:

    nolvadex gynecomastia: nolvadex side effects – tamoxifen men

  8. Jeromedug表示:

    tamoxifen rash pct nolvadex tamoxifen lawsuit

  9. RussellVog表示:

    buy cytotec over the counter: buy cytotec in usa – buy cytotec

  10. ArchieAnice表示:

    http://diflucan.icu/# diflucan 400mg without prescription

  11. Jeromedug表示:

    diflucan capsule 150mg buy generic diflucan fluconazole diflucan

  12. ArchieAnice表示:

    http://doxycyclinest.pro/# buy doxycycline online

  13. Jeromedug表示:

    buy generic ciprofloxacin buy generic ciprofloxacin cipro online no prescription in the usa

  14. RussellVog表示:

    nolvadex pills: nolvadex during cycle – tamoxifen endometrium

  15. ArchieAnice表示:

    https://doxycyclinest.pro/# doxycycline hyc 100mg

  16. Jeromedug表示:

    Misoprostol 200 mg buy online buy cytotec in usa buy cytotec in usa

  17. Jeromedug表示:

    cytotec online п»їcytotec pills online purchase cytotec

  18. Williampiree表示:

    tamoxifen moa: tamoxifen mechanism of action – tamoxifen endometrium

  19. RussellVog表示:

    buy cipro cheap: buy ciprofloxacin – ciprofloxacin 500 mg tablet price

  20. Jeromedug表示:

    diflucan tablets online diflucan 6 can you buy diflucan over the counter

  21. Jamesempiz表示:

    buy doxycycline online without prescription: how to buy doxycycline online – buy cheap doxycycline

  22. RussellVog表示:

    buy cipro online: cipro for sale – buy generic ciprofloxacin

  23. Jeromedug表示:

    cipro 500mg best prices purchase cipro buy ciprofloxacin

  24. Jeromedug表示:

    cytotec pills buy online Cytotec 200mcg price order cytotec online

  25. Jeromedug表示:

    tamoxifen therapy tamoxifen buy tamoxifen moa

  26. RussellVog表示:

    order cytotec online: cytotec online – buy cytotec online

  27. Williampiree表示:

    cytotec abortion pill: п»їcytotec pills online – purchase cytotec

  28. Jeromedug表示:

    buy generic ciprofloxacin buy ciprofloxacin ciprofloxacin

  29. Jeromedug表示:

    ciprofloxacin 500mg buy online ciprofloxacin generic price buy cipro online

  30. ArchieAnice表示:

    http://ciprofloxacin.guru/# buy cipro without rx

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

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