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

  1. BrettTIT表示:

    pills for erectile dysfunction online: FastPillsEasy – best online ed meds

  2. BrettTIT表示:

    cheap ed meds: cheap cialis – erectile dysfunction pills for sale

  3. BrettTIT表示:

    ed treatments online: ed meds by mail – ed meds cheap

  4. RogerFaf表示:

    https://maxpillsformen.com/# Generic Cialis without a doctor prescription

  5. Barrybib表示:

    Sildenafil Citrate Tablets 100mg: best price for viagra 100mg – Generic Viagra for sale

  6. Barrybib表示:

    Buy Tadalafil 5mg: Cialis 20mg price in USA – Generic Cialis price

  7. Donaldabula表示:

    buy cialis pill MaxPillsForMen.com buy cialis pill

  8. Barrybib表示:

    Sildenafil Citrate Tablets 100mg: Generic Viagra online – viagra canada

  9. Donaldabula表示:

    discount ed pills cheap cialis order ed pills online

  10. RogerFaf表示:

    https://maxpillsformen.com/# Cialis over the counter

  11. RogerFaf表示:

    http://maxpillsformen.com/# п»їcialis generic

  12. Five Killer Quora Answers On Crypto Casinos For Us Players crypto casinos
    for us Players (genuine-freesia-mxmgmn.mystrikingly.com)

  13. A Productive Rant About Link Building Agency Uk seo agency west london

  14. Donaldabula表示:

    ed medications cost cheap cialis boner pills online

  15. RogerFaf表示:

    https://fastpillsformen.com/# Generic Viagra for sale

  16. Donaldabula表示:

    sildenafil 50 mg price Fast Pills For Men Cheap Viagra 100mg

  17. RogerFaf表示:

    https://fastpillseasy.com/# cost of ed meds

  18. Barrybib表示:

    Cheap Sildenafil 100mg: Generic Viagra online – sildenafil over the counter

  19. The Biggest Problem With Upvc Door Panel Replacement,
    And How To Fix It Upvc Panel door

  20. Donaldabula表示:

    Cialis over the counter Cheap Cialis Cialis over the counter

  21. Barrybib表示:

    Buy generic 100mg Viagra online: buy viagra online – Viagra tablet online

  22. BrettTIT表示:

    discount ed meds: cheap ed medicine – cheapest erectile dysfunction pills

  23. BrettTIT表示:

    how to get ed meds online: cheap erection pills – buy ed pills online

  24. RogerFaf表示:

    https://fastpillseasy.com/# where to get ed pills

  25. BrettTIT表示:

    sildenafil over the counter: buy viagra online – buy Viagra online

  26. BrettTIT表示:

    ed meds cheap: cheap erection pills – where to buy erectile dysfunction pills

  27. Donaldabula表示:

    erectile dysfunction drugs online FastPillsEasy best online ed pills

發佈留言

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