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

  1. Charlesbot表示:

    https://fastpillsformen.com/# Generic Viagra for sale

  2. Charlesbot表示:

    http://fastpillseasy.com/# low cost ed meds

  3. Charlesbot表示:

    https://maxpillsformen.com/# cheapest cialis

  4. Donaldabula表示:

    Generic Viagra online cheap viagra Generic Viagra for sale

  5. неотложная наркологическая помощь в москве неотложная наркологическая помощь в москве .

  6. RogerFaf表示:

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

  7. RogerFaf表示:

    http://fastpillseasy.com/# where to get ed pills

  8. BrettTIT表示:

    buy erectile dysfunction medication: FastPillsEasy – buy ed pills

  9. BrettTIT表示:

    cheap boner pills: FastPillsEasy – buy erectile dysfunction medication

  10. Charlesbot表示:

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

  11. BrettTIT表示:

    sildenafil 50 mg price: Viagra Tablet price – Generic Viagra online

  12. This novel’s foremost character, Gully Foyle, is mentioned in a resort register in DX.

  13. сколько стоит сделать загранпаспорт сколько стоит сделать загранпаспорт .

  14. BrettTIT表示:

    sildenafil online: buy viagra online – over the counter sildenafil

  15. Barrybib表示:

    п»їcialis generic: buy cialis online – Cialis over the counter

  16. Barrybib表示:

    Buy Tadalafil 20mg: buy cialis online – cialis for sale

  17. Donaldabula表示:

    Buy Tadalafil 20mg MaxPillsForMen.com Cheap Cialis

  18. Barrybib表示:

    best online ed medication: where to buy ed pills – cheap erectile dysfunction pills

  19. RogerFaf表示:

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

  20. Donaldabula表示:

    Generic Viagra online cheap viagra over the counter sildenafil

  21. In the same manner, a 50 year old person can afford to invest a lesser amount of his money on risky investments like equity and go for safer investments like gold and debt.

  22. If we could collect all of that energy, we could easily power our homes and offices for free and have reserves stored up with the excess energy produced.

  23. неотложная наркологическая помощь в москве http://klin.0pk.me/viewtopic.php?id=4428 .

  24. RogerFaf表示:

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

  25. The design of the Sant-Denis window, created by the radiating stone mullions, later gave the brand new type its identify, “Rayonnant”.

  26. Although scalping can be a great trading style, it does have its negatives as well.

  27. Charlesbot表示:

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

  28. If it has a Campy group in close to new situation, unique tires, authentic old label Mavic rims and its unique silk tires, the parts group alone may be value $1,000!

發佈留言

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