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

  1. It is no secret that New Zealand has some stunning waterfronts, however do you know that you would be able to visit the clearest lake in the world there?

  2. Brianchoky表示:

    http://indianpharmacy.win/# indian pharmacy online

  3. срочный выезд нарколога на дом http://www.narkolog-na-dom-krasnodar28.ru/ .

  4. Jamestus表示:

    canadian pharmacy world reviews the canadian pharmacy canada rx pharmacy world

  5. Jamesknowl表示:

    https://canadianpharmacy.win/# reputable canadian online pharmacy

  6. Brianchoky表示:

    http://canadianpharmacy.win/# canada pharmacy online legit

  7. Transport several pattern books home, see how the papers are affected by mild, and observe which of them will best suit your furnishings before you order.

  8. LarryHom表示:

    http://canadianpharmacy.win/# online canadian pharmacy reviews

  9. ClaytonGauct表示:

    mexican mail order pharmacies: mexican rx online – buying from online mexican pharmacy

  10. Unlike electric movement heaters and boilers that may only provide pool heating.

  11. LarryHom表示:

    https://canadianpharmacy.win/# canada online pharmacy

  12. ClaytonGauct表示:

    best online pharmacy india: Online medicine home delivery – Online medicine home delivery

  13. ClaytonGauct表示:

    canadian pharmacy online: best canadian online pharmacy – pharmacy canadian

  14. Jamesknowl表示:

    https://indianpharmacy.win/# indian pharmacy paypal

  15. Wednesday priced the largest ever initial public offering of a biomedical company on the Tel Aviv Stock Exchange, raising a total of NIS 211 million, or $50m.

  16. ClaytonGauct表示:

    indian pharmacy online: reputable indian online pharmacy – п»їlegitimate online pharmacies india

  17. Brianchoky表示:

    http://indianpharmacy.win/# mail order pharmacy india

  18. Brianchoky表示:

    http://mexicanpharmacy.store/# п»їbest mexican online pharmacies

  19. Superior high quality cat clothes and equipment are easily obtainable on-line at reasonably priced prices.

  20. kypit 1s_mfEt表示:

    сколько стоит программа 1с сколько стоит программа 1с .

  21. LarryHom表示:

    http://canadianpharmacy.win/# canadian pharmacy no scripts

  22. Jamesknowl表示:

    http://mexicanpharmacy.store/# mexico pharmacies prescription drugs

  23. Jamestus表示:

    top 10 online pharmacy in india online pharmacy india top 10 pharmacies in india

  24. Jamesknowl表示:

    http://mexicanpharmacy.store/# medicine in mexico pharmacies

  25. Brianchoky表示:

    http://mexicanpharmacy.store/# best online pharmacies in mexico

  26. Jamestus表示:

    indian pharmacies safe cheapest online pharmacy india indian pharmacy online

  27. Brianchoky表示:

    https://mexicanpharmacy.store/# п»їbest mexican online pharmacies

  28. Jamesknowl表示:

    https://mexicanpharmacy.store/# pharmacies in mexico that ship to usa

發佈留言

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