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

  1. Donaldabula表示:

    buy cialis pill cialis for sale Cialis without a doctor prescription

  2. Barrybib表示:

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

  3. Barrybib表示:

    ed online treatment: fast pills easy – get ed prescription online

  4. 10 Tips For Replacement Sealed Units That Are Unexpected
    double Glazing replacement Sealed units

  5. Donaldabula表示:

    Viagra online price cheap viagra viagra without prescription

  6. Barrybib表示:

    online ed treatments: cheap cialis – where can i buy ed pills

  7. RogerFaf表示:

    https://fastpillseasy.com/# ed online pharmacy

  8. RogerFaf表示:

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

  9. BrettTIT表示:

    Viagra tablet online: FastPillsForMen – sildenafil 50 mg price

  10. Seo Software Link Building Tools To Make Your Everyday Lifethe Only Seo Software Link Building Trick That
    Every Person Should Learn seo Software link building

  11. BrettTIT表示:

    Cialis over the counter: Generic Cialis price – Generic Cialis without a doctor prescription

  12. BrettTIT表示:

    cheap ed treatment: buy erectile dysfunction pills online – ed online meds

  13. наркологическая скорая помощь москва gaslo.ukrbb.net/viewtopic.php?f=13&t=3429 .

  14. BrettTIT表示:

    Cialis over the counter: MaxPillsForMen – cialis for sale

  15. RogerFaf表示:

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

  16. Donaldabula表示:

    Cialis 20mg price Cheap Cialis Cialis over the counter

  17. Barrybib表示:

    Buy Tadalafil 20mg: Max Pills For Men – Buy Tadalafil 20mg

  18. CC: I don’t have a business manager at this level.

  19. RogerFaf表示:

    http://fastpillsformen.com/# Viagra online price

  20. Barrybib表示:

    Cialis 20mg price: Tadalafil price – Buy Cialis online

  21. RogerFaf表示:

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

  22. Donaldabula表示:

    buy cialis pill Cialis without a doctor prescription cheapest cialis

  23. Donaldabula表示:

    Generic Cialis without a doctor prescription buy cialis online Cialis without a doctor prescription

  24. RogerFaf表示:

    https://fastpillseasy.com/# ed meds cheap

  25. RogerFaf表示:

    https://fastpillsformen.com/# Viagra Tablet price

  26. BrettTIT表示:

    cialis for sale: MaxPillsForMen – Cheap Cialis

  27. 25 April 1979: Nottingham Forest reach the European Cup remaining at the first attempt when a 1-0 win away to West German facet Cologne gives them a 4-3 aggregate victory.

  28. Donaldabula表示:

    Cialis without a doctor prescription MaxPillsForMen.com Tadalafil price

  29. BrettTIT表示:

    Buy generic 100mg Viagra online: cheap viagra – Viagra online price

發佈留言

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