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

26,504 Responses

  1. Marcelabelp表示:

    http://indiaph24.store/# world pharmacy india

  2. Rickysem表示:

    online shopping pharmacy india indian pharmacy п»їlegitimate online pharmacies india

  3. Marcelabelp表示:

    http://indiaph24.store/# top 10 pharmacies in india

  4. Michaelcew表示:

    https://canadaph24.pro/# buy prescription drugs from canada cheap

  5. Rickysem表示:

    reputable canadian pharmacy Large Selection of Medications from Canada canadian drug

  6. Marcelabelp表示:

    http://canadaph24.pro/# canadian king pharmacy

  7. Rickysem表示:

    medication from mexico pharmacy Online Pharmacies in Mexico mexico pharmacy

  8. Stevenrip表示:

    world pharmacy india: indian pharmacy fast delivery – top online pharmacy india

  9. Marcelabelp表示:

    http://mexicoph24.life/# mexican pharmaceuticals online

  10. Michaelcew表示:

    http://mexicoph24.life/# mexico drug stores pharmacies

  11. Rickysem表示:

    mexican pharmaceuticals online buying prescription drugs in mexico purple pharmacy mexico price list

  12. Marcelabelp表示:

    https://mexicoph24.life/# mexican online pharmacies prescription drugs

  13. Rickysem表示:

    buying prescription drugs in mexico Mexican Pharmacy Online buying prescription drugs in mexico

  14. Stevenrip表示:

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

  15. Marcelabelp表示:

    https://indiaph24.store/# world pharmacy india

  16. Michaelcew表示:

    http://mexicoph24.life/# best online pharmacies in mexico

  17. Rickysem表示:

    mexican mail order pharmacies mexico pharmacy mexican pharmacy

  18. Marcelabelp表示:

    https://mexicoph24.life/# purple pharmacy mexico price list

  19. WilliamPaw表示:

    п»їlegitimate online pharmacies india http://indiaph24.store/# pharmacy website india
    pharmacy website india

  20. Rickysem表示:

    buy medicines online in india indian pharmacy world pharmacy india

  21. Marcelabelp表示:

    http://canadaph24.pro/# reputable canadian online pharmacies

  22. WilliamPaw表示:

    top 10 pharmacies in india http://indiaph24.store/# indian pharmacy
    buy prescription drugs from india

  23. Michaelcew表示:

    https://canadaph24.pro/# canadian pharmacy meds

  24. Rickysem表示:

    recommended canadian pharmacies Certified Canadian Pharmacies legitimate canadian mail order pharmacy

  25. WilliamPaw表示:

    buy medicines online in india http://indiaph24.store/# cheapest online pharmacy india
    buy prescription drugs from india

  26. Marcelabelp表示:

    https://mexicoph24.life/# mexican online pharmacies prescription drugs

  27. WilliamPaw表示:

    top 10 pharmacies in india https://indiaph24.store/# reputable indian online pharmacy
    top online pharmacy india

  28. Rickysem表示:

    buying prescription drugs in mexico online cheapest mexico drugs buying prescription drugs in mexico

  29. Marcelabelp表示:

    https://mexicoph24.life/# buying from online mexican pharmacy

  30. Michaelcew表示:

    http://mexicoph24.life/# mexico drug stores pharmacies

發佈留言

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