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

18,518 Responses

  1. RogerFaf表示:

    http://fastpillseasy.com/# get ed prescription online

  2. That was just about it; throughout the varsity yr there was a high school club and so we all performed each other a few days a week after college.

  3. Donaldabula表示:

    what is the cheapest ed medication fast pills easy online erectile dysfunction prescription

  4. Barrybib表示:

    where to buy erectile dysfunction pills: erectile dysfunction online prescription – online ed treatments

  5. Charlesbot表示:

    https://fastpillsformen.com/# sildenafil over the counter

  6. Charlesbot表示:

    http://maxpillsformen.com/# Tadalafil price

  7. Donaldabula表示:

    ed online treatment cheap cialis cheap erection pills

  8. Charlesbot表示:

    https://fastpillseasy.com/# order ed pills

  9. RogerFaf表示:

    http://fastpillsformen.com/# Cheap generic Viagra

  10. Barrybib表示:

    online ed medicine: cheap cialis – buy ed meds

  11. Donaldabula表示:

    Buy Tadalafil 5mg MaxPillsForMen Generic Cialis without a doctor prescription

  12. BrettTIT表示:

    Viagra online price: FastPillsForMen.com – sildenafil 50 mg price

  13. Charlesbot表示:

    http://fastpillsformen.com/# buy viagra here

  14. BrettTIT表示:

    Generic Viagra online: sildenafil online – Viagra tablet online

  15. BrettTIT表示:

    cheapest ed pills: ed meds on line – erectile dysfunction online

  16. RogerFaf表示:

    http://maxpillsformen.com/# Generic Cialis price

  17. Donaldabula表示:

    Generic Cialis price buy cialis online Cialis without a doctor prescription

  18. RogerFaf表示:

    https://fastpillsformen.com/# viagra without prescription

  19. BrettTIT表示:

    Buy Viagra online cheap: Fast Pills For Men – order viagra

  20. Donaldabula表示:

    Tadalafil Tablet MaxPillsForMen cialis for sale

  21. как вызвать наркологическую скорую помощь в москве как вызвать наркологическую скорую помощь в москве .

  22. RogerFaf表示:

    https://fastpillsformen.com/# Cheap Sildenafil 100mg

  23. Charlesbot表示:

    https://fastpillsformen.com/# buy Viagra over the counter

  24. Barrybib表示:

    п»їcialis generic: MaxPillsForMen – Generic Cialis price

  25. Barrybib表示:

    Generic Viagra for sale: cheap viagra – Viagra online price

  26. Donaldabula表示:

    Viagra online price FastPillsForMen Generic Viagra for sale

  27. RogerFaf表示:

    http://fastpillseasy.com/# where to buy ed pills

發佈留言

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