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...

17,322 Responses

  1. StephenJem表示:

    https://mexicanpharmi.com/# mexican mail order pharmacies

  2. Willardvem表示:

    https://indiapharmi.com/# india pharmacy

  3. Willardvem表示:

    http://canadianpharmi.com/# over the counter ed

  4. Willardvem表示:

    http://mexicanpharmi.com/# mexican online pharmacies prescription drugs

  5. MatthewHen表示:

    mexico drug stores pharmacies Legit online Mexican pharmacy mexico drug stores pharmacies

  6. Willardvem表示:

    http://canadianpharmi.com/# ed medicines

  7. StephenJem表示:

    https://mexicanpharmi.com/# medication from mexico pharmacy

  8. MatthewHen表示:

    erectyle disfunction Best Canadian pharmacy ed treatments

  9. StephenJem表示:

    http://indiapharmi.com/# online shopping pharmacy india

  10. Jeffreyvop表示:

    buy prescription drugs from canada cheap: Best Canadian online pharmacy – new ed treatments

  11. These are the leaders of societies so ancient and but so secret, most individuals refuse to believe they exist.

  12. MatthewHen表示:

    top 10 online pharmacy in india Online India pharmacy indian pharmacies safe

  13. Jeffreyvop表示:

    buying prescription drugs in mexico: Best online Mexican pharmacy – reputable mexican pharmacies online

  14. A nice post. My partner and I particularly had trouble understanding some points you mentioned in your write-up. I later realized what you were saying after I had understood some of your linked posts on this site. Important things have changed greatly together with the advent of internet, online community, and mobile phone SMSing. Thanks for getting the whole thing to my personal understanding.

  15. Jeffreyvop表示:

    buy prescription drugs from canada: Cheapest drug prices Canada – best ed pills

  16. Ernestzow表示:

    carprofen without vet prescription: Best Canadian online pharmacy – real cialis without a doctor’s prescription

  17. Ernestzow表示:

    ed medications comparison: canadianpharmi – natural cures for ed

  18. The “calvo” password is unique in that it is among the few passwords in the game that may be guessed, reasonably than read out of a datacube (it appears on a poster in Alex’s office).

  19. As voice assistants turned more frequent, GE Appliances grew to become the first U.S.

  20. Willardvem表示:

    http://indiapharmi.com/# best india pharmacy

  21. Jeffreyvop表示:

    mexican pharmaceuticals online: Online pharmacy – medication from mexico pharmacy

  22. MatthewHen表示:

    buy prescription drugs from india Best online Indian pharmacy top online pharmacy india

  23. Ernestzow表示:

    india online pharmacy: India pharmacy delivery – Online medicine order

  24. StephenJem表示:

    https://indiapharmi.com/# online pharmacy india

  25. MatthewHen表示:

    indian pharmacies safe Online medicine home delivery india online pharmacy

  26. Willardvem表示:

    https://canadianpharmi.com/# canadian pharmacy

  27. RobertPex表示:

    glГјcksspiel internet online casino websites bahis giriЕџ

  28. TravisFlasp表示:

    casino bahis siteleri: en iyi kumar sitesi – kumar sitesi

  29. RobertPex表示:

    pinup 2025 пин ап казино пин ап зеркало

  30. EdwardApest表示:

    https://pinup2025.com/# пин ап казино официальный сайт

發佈留言

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