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

  1. RalphBic表示:

    http://edpills.tech/# erectile dysfunction medications edpills.tech

  2. RalphBic表示:

    https://canadiandrugs.tech/# certified canadian international pharmacy canadiandrugs.tech

  3. Wilfredtar表示:

    ed treatments male erection pills – generic ed drugs edpills.tech

  4. RalphBic表示:

    https://edpills.tech/# male ed pills edpills.tech

  5. RalphBic表示:

    http://indiapharmacy.guru/# buy medicines online in india indiapharmacy.guru

  6. DavidFUs表示:

    canadian compounding pharmacy online pharmacy canada – canadian pharmacy 24h com safe canadiandrugs.tech

  7. RalphBic表示:

    https://indiapharmacy.guru/# pharmacy website india indiapharmacy.guru

  8. JeffreyAmush表示:

    best ed pill ed medications online ed treatment drugs edpills.tech

  9. Joshuafab表示:

    https://mexicanpharmacy.company/# mexico drug stores pharmacies mexicanpharmacy.company

  10. Wilfredtar表示:

    canadian pharmacy 365 reliable canadian online pharmacy – pharmacy canadian superstore canadiandrugs.tech

  11. RaymondblorE表示:

    purple pharmacy mexico price list mexican drugstore online mexico pharmacies prescription drugs

  12. Scottnob表示:

    medication from mexico pharmacy п»їbest mexican online pharmacies medication from mexico pharmacy

  13. MichaelDocky表示:

    https://mexicanpharmacy.cheap/# mexican rx online

  14. RaymondblorE表示:

    mexican mail order pharmacies mexico pharmacies prescription drugs best mexican online pharmacies

  15. RaymondblorE表示:

    reputable mexican pharmacies online buying from online mexican pharmacy mexican rx online

  16. RaymondblorE表示:

    reputable mexican pharmacies online best online pharmacies in mexico buying prescription drugs in mexico online

  17. NormanCyday表示:

    medication from mexico pharmacy reputable mexican pharmacies online mexico pharmacies prescription drugs

  18. CoreySweno表示:

    http://mexicanpharmacy.cheap/# mexican mail order pharmacies

  19. RaymondblorE表示:

    mexico drug stores pharmacies buying from online mexican pharmacy mexico pharmacies prescription drugs

  20. Scottnob表示:

    mexican border pharmacies shipping to usa mexican border pharmacies shipping to usa mexican border pharmacies shipping to usa

  21. RaymondblorE表示:

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

  22. RaymondblorE表示:

    mexico drug stores pharmacies mexican border pharmacies shipping to usa mexican drugstore online

  23. MichaelDocky表示:

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

  24. RaymondblorE表示:

    mexican rx online mexican pharmacy mexico drug stores pharmacies

  25. CoreySweno表示:

    https://mexicanpharmacy.cheap/# mexican pharmaceuticals online

  26. sitemap表示:

    Today, I wentt to the bach with myy children. I fojnd
    a seaa shell andd gave itt to my 4 ear olld dauhhter andd sqid “You can hear the ocean if you put this to your ear.” She plaed
    tthe shll too her eaar andd screamed. There was a hermit cfab inside and iit inched hher ear.
    She never wans to go back! LoL I knhow this iis totaply off toppic buut I had too tll
    someone!

  27. Scottnob表示:

    mexico drug stores pharmacies mexico pharmacies prescription drugs mexican rx online

  28. CoreySweno表示:

    https://mexicanpharmacy.cheap/# buying prescription drugs in mexico online

  29. NormanCyday表示:

    mexican rx online reputable mexican pharmacies online buying from online mexican pharmacy

  30. MichaelDocky表示:

    https://mexicanpharmacy.cheap/# mexican online pharmacies prescription drugs

發佈回覆給「Joshuafab」的留言 取消回覆

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