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

  1. срочная наркологическая помощь в москве https://www.setter.borda.ru/?1-7-0-00000686-000-0-0-1730875306 .

  2. Donaldabula表示:

    erectile dysfunction medications online low cost ed meds online erectile dysfunction medication online

  3. Due to this, they’ll promote their merchandise at a low value since they do not should pay a middleman.

  4. RogerFaf表示:

    https://fastpillsformen.com/# Sildenafil Citrate Tablets 100mg

  5. RogerFaf表示:

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

  6. Charlesbot表示:

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

  7. Donaldabula表示:

    over the counter sildenafil buy viagra online sildenafil online

  8. BrettTIT表示:

    ed online pharmacy: fast pills easy – discount ed pills

  9. BrettTIT表示:

    erection pills online: FastPillsEasy – online ed meds

  10. BrettTIT表示:

    Sildenafil Citrate Tablets 100mg: buy viagra online – Sildenafil 100mg price

  11. https://www.tellern.com Telegram应用是开源的,Telegram下载的程序支持可重现的构建。Telegram同时适用于以下环境:Android安卓端,iPhone 和 iPad及MacOS的Apple端,Windows/Mac/Linux桌面版

  12. Donaldabula表示:

    cheap boner pills cheap cialis cheap ed treatment

  13. RogerFaf表示:

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

  14. Several towns throughout Tennessee had been nominated; all obtained votes, but Nashville and Charlotte had been the top contenders.

  15. BrettTIT表示:

    viagra without prescription: buy viagra online – cheap viagra

  16. It comes built-in with beer manufacturing capability and you’ll yield three or 5 schooner of beer.

  17. Promoting As Bundle Only!

  18. RogerFaf表示:

    https://maxpillsformen.com/# Tadalafil price

  19. Designing techniques together with Meena and Kundan works supply a few of the perfect pieces which can be designed only for brides.

  20. I tried to arrange that I’m traveling, however they obtained rid of that as a result of they are higher than ever or some BS.

  21. They occupied the southern French zone libre in November 1942, throughout Case Anton.

  22. For this objective, renewable sources embrace wind, hydroelectric, and photo voltaic energy whether or not from giant or microgeneration initiatives.

  23. “Funeral providers for Robert Lee VanSickle were held from the Wilbur Lutheran Church on Wednesday, Feb 20, 1974.

  24. Barrybib表示:

    ed meds on line: cheap cialis – cheap ed meds

  25. Barrybib表示:

    Cheap Cialis: Max Pills For Men – Generic Cialis price

  26. Dubai’s economy will receive a boost, which is what it is desired from the first place.

  27. Donaldabula表示:

    discount ed meds cheap cialis ed med online

發佈留言

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