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

  1. What Is The Future Of Find Accident Attorney Be Like In 100 Years?
    Accident Lawsuit

  2. RogerFaf表示:

    https://fastpillseasy.com/# affordable ed medication

  3. Donaldabula表示:

    Cialis 20mg price in USA Generic Cialis without a doctor prescription Generic Tadalafil 20mg price

  4. RogerFaf表示:

    https://maxpillsformen.com/# Buy Tadalafil 5mg

  5. PatrickSap表示:

    смотреть фильмы бесплатно аниме фильмы онлайн HD с переводом

  6. Donaldabula表示:

    sildenafil online FastPillsForMen Cheapest Sildenafil online

  7. Barrybib表示:

    ed meds by mail: cheap cialis – buying ed pills online

  8. Barrybib表示:

    Buy Tadalafil 10mg: buy cialis online – Generic Cialis price

  9. вывод из запоя на дому ростов на дону вывод из запоя на дому ростов на дону .

  10. RogerFaf表示:

    https://fastpillsformen.com/# Cheapest Sildenafil online

  11. Donaldabula表示:

    order ed pills online FastPillsEasy discount ed meds

  12. Barrybib表示:

    cheap viagra: Fast Pills For Men – Sildenafil 100mg price

  13. One space incorporates historical Egyptian artifacts introduced in a replica of the tomb of Seti I. One other area has a simulated archeological dig where artifacts about Ying Zheng, the primary Emperor of China, had been found.

  14. Donaldabula表示:

    cheap viagra FastPillsForMen.com Cheapest Sildenafil online

  15. Former Mint director Diehl was widely cited in the media debunking criticisms of the coin and its basis in law.

  16. RogerFaf表示:

    http://fastpillsformen.com/# Buy generic 100mg Viagra online

  17. Charlesbot表示:

    http://maxpillsformen.com/# Cialis 20mg price in USA

  18. BrettTIT表示:

    Generic Viagra for sale: cheap viagra – Buy generic 100mg Viagra online

  19. RogerFaf表示:

    http://fastpillsformen.com/# cheapest viagra

  20. Select a mission that matches your means.

  21. BrettTIT表示:

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

  22. BrettTIT表示:

    erection pills online: FastPillsEasy – ed pills for sale

  23. Donaldabula表示:

    erectile dysfunction pills for sale buy ed meds ed pills for sale

  24. The finance professionals handle their finances, managing their finances and accounts receivable.

  25. BrettTIT表示:

    Viagra without a doctor prescription Canada: cheap viagra – generic sildenafil

  26. This means that determinism is at backside nothing more than the inflation of a psychological problem — the persistent inferiority complex of our race, which has sought in innumerable fata morganas the safety and stability that life sadly doesn’t supply.

發佈留言

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