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

  1. RogerFaf表示:

    https://maxpillsformen.com/# buy cialis pill

  2. RogerFaf表示:

    http://fastpillsformen.com/# Sildenafil 100mg price

  3. Charlesbot表示:

    http://fastpillseasy.com/# ed medicines online

  4. The best returns on long term investments will accrue from investing in Mutual Funds by way of their characteristic of Systematic Funding Planning.

  5. Charlesbot表示:

    https://maxpillsformen.com/# Cheap Cialis

  6. Charlesbot表示:

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

  7. 2. Opt for Discount Brokers- Discount brokers often have the lowest brokerage charges in India.

  8. RogerFaf表示:

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

  9. Donaldabula表示:

    Buy Tadalafil 10mg MaxPillsForMen.com п»їcialis generic

  10. Barrybib表示:

    Buy Cialis online: Generic Cialis without a doctor prescription – Generic Tadalafil 20mg price

  11. Barrybib表示:

    over the counter sildenafil: FastPillsForMen – Sildenafil 100mg price

  12. Charlesbot表示:

    http://maxpillsformen.com/# Buy Cialis online

  13. Donaldabula表示:

    cialis for sale MaxPillsForMen.com Generic Cialis without a doctor prescription

  14. BrettTIT表示:

    Cialis without a doctor prescription: buy cialis online – Tadalafil Tablet

  15. Barrybib表示:

    Order Viagra 50 mg online: sildenafil online – cheapest viagra

  16. BrettTIT表示:

    cheapest cialis: MaxPillsForMen.com – Cialis without a doctor prescription

  17. BrettTIT表示:

    Viagra generic over the counter: FastPillsForMen.com – buy Viagra over the counter

  18. BrettTIT表示:

    ed meds on line: cheap cialis – erectile dysfunction online prescription

  19. Donaldabula表示:

    buy erectile dysfunction pills online cheap ed drugs ed medications cost

  20. RogerFaf表示:

    http://fastpillseasy.com/# online ed prescription

  21. RogerFaf表示:

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

  22. 10 Auto Locksmith In Bedfordshire Tips All Experts Recommend auto locksmith bedfordshire

  23. Donaldabula表示:

    Sildenafil Citrate Tablets 100mg Fast Pills For Men Viagra without a doctor prescription Canada

  24. RogerFaf表示:

    http://maxpillsformen.com/# cialis for sale

  25. Barrybib表示:

    Viagra without a doctor prescription Canada: buy viagra online – buy Viagra online

  26. Donaldabula表示:

    Buy Viagra online cheap FastPillsForMen Sildenafil Citrate Tablets 100mg

  27. Barrybib表示:

    cheapest cialis: MaxPillsForMen.com – Cialis 20mg price in USA

  28. Auth Louis Vuitton Leather Spike It Adjust Rose Indian Bracelet What A Fun Lv Bracelet – Hot Pink With Gold And Silver Toned Spikes.

發佈留言

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