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

  1. SEBI ought to be commended for recognizing angel funds as a distinct asset class.

  2. There are numerous more durable routes throughout the park that require a excessive level of mountaineering talent.

  3. Barrybib表示:

    Viagra generic over the counter: FastPillsForMen – Order Viagra 50 mg online

  4. RogerFaf表示:

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

  5. Donaldabula表示:

    Cialis over the counter MaxPillsForMen.com Cialis over the counter

  6. RogerFaf表示:

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

  7. Charlesbot表示:

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

  8. RogerFaf表示:

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

  9. Charlesbot表示:

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

  10. Donaldabula表示:

    where to buy ed pills cheap cialis online ed medications

  11. Charlesbot表示:

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

  12. Barrybib表示:

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

  13. BrettTIT表示:

    Sildenafil 100mg price: buy viagra online – cheapest viagra

  14. BrettTIT表示:

    Tadalafil Tablet: Tadalafil Tablet – buy cialis pill

  15. Donaldabula表示:

    buy ed medication fast pills easy ed rx online

  16. BrettTIT表示:

    Buy generic 100mg Viagra online: cheap viagra – Viagra without a doctor prescription Canada

  17. Barrybib表示:

    Buy Cialis online: MaxPillsForMen.com – Generic Cialis price

  18. RogerFaf表示:

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

  19. How To Get More Benefits Out Of Your What Causes Mesothelioma Other
    Than Asbestos mesothelioma lawyers (http://wuchangtongcheng.Com/home.php?mod=space&uid=374834)

  20. BrettTIT表示:

    Generic Cialis price: Max Pills For Men – Cialis without a doctor prescription

  21. Donaldabula表示:

    cialis for sale MaxPillsForMen.com Buy Tadalafil 10mg

  22. RogerFaf表示:

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

  23. RogerFaf表示:

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

  24. Donaldabula表示:

    best price for viagra 100mg Fast Pills For Men Buy Viagra online cheap

  25. Charlesbot表示:

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

  26. RogerFaf表示:

    http://fastpillseasy.com/# top rated ed pills

  27. RogerFaf表示:

    http://fastpillseasy.com/# ed meds by mail

發佈留言

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