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

  1. ArchieAnice表示:

    https://doxycyclinest.pro/# doxycycline prices

  2. Jeromedug表示:

    doxy 200 doxycycline medication doxycycline 100mg capsules

  3. RussellVog表示:

    does tamoxifen cause weight loss: nolvadex for sale amazon – is nolvadex legal

  4. ArchieAnice表示:

    http://nolvadex.icu/# tamoxifen breast cancer

  5. Jeromedug表示:

    buy cytotec pills buy cytotec online cytotec abortion pill

  6. Jamesempiz表示:

    purchase cytotec: buy cytotec in usa – cytotec online

  7. Jeromedug表示:

    Cytotec 200mcg price Misoprostol 200 mg buy online cytotec abortion pill

  8. RussellVog表示:

    buy misoprostol over the counter: buy cytotec – cytotec online

  9. Williampiree表示:

    diflucan pills: where to purchase over the counter diflucan pill – can you order diflucan online

  10. RussellVog表示:

    diflucan 150 mg capsule: diflucan over the counter pill – generic for diflucan

  11. Jeromedug表示:

    tamoxifen breast cancer tamoxifen headache raloxifene vs tamoxifen

  12. Jeromedug表示:

    cytotec online buy cytotec online fast delivery buy misoprostol over the counter

  13. Jamesempiz表示:

    where to get nolvadex: tamoxifen premenopausal – does tamoxifen cause joint pain

  14. Jeromedug表示:

    diflucan australia buy diflucan without a prescription diflucan 200 mg daily

  15. RussellVog表示:

    generic diflucan: can you buy diflucan over the counter uk – can you buy diflucan over the counter in australia

  16. Jamesempiz表示:

    ciprofloxacin: cipro for sale – cipro ciprofloxacin

  17. Jeromedug表示:

    buy cipro buy cipro online canada buy ciprofloxacin

  18. ArchieAnice表示:

    http://nolvadex.icu/# where to get nolvadex

  19. RussellVog表示:

    diflucan otc: where can i buy diflucan otc – can you diflucan over the counter

  20. Jeromedug表示:

    ciprofloxacin cipro pharmacy cipro for sale

  21. ArchieAnice表示:

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

  22. Jeromedug表示:

    buy ciprofloxacin over the counter cipro ciprofloxacin cipro 500mg best prices

  23. Williampiree表示:

    diflucan buy nz: 150 mg diflucan online – diflucan buy online

  24. ArchieAnice表示:

    https://ciprofloxacin.guru/# ciprofloxacin generic

  25. RussellVog表示:

    how to buy doxycycline online: doxycycline pills – purchase doxycycline online

  26. Jeromedug表示:

    cytotec abortion pill order cytotec online buy cytotec online fast delivery

  27. Jeromedug表示:

    ciprofloxacin mail online cipro for sale buy cipro cheap

  28. Jeromedug表示:

    buy cytotec in usa п»їcytotec pills online cytotec online

  29. Jamesempiz表示:

    diflucan pill price: diflucan without get a prescription online – diflucan tablet price in india

  30. RussellVog表示:

    doxycycline 100mg capsules: doxycycline tetracycline – buy doxycycline without prescription uk

發佈留言

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