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

7,293 Responses

  1. RandallTaulp表示:

    buy ciprofloxacin over the counter: antibiotics cipro – cipro for sale

  2. Ronaldpsymn表示:

    https://lisinopril.network/# 1 lisinopril

  3. WilliamRhype表示:

    http://lisinopril.network/# no prescription lisinopril

  4. Davidtes表示:

    cytotec pills buy online Cytotec 200mcg price cytotec abortion pill

  5. WilliamRhype表示:

    https://ciprofloxacin.tech/# buy cipro online canada

  6. WilliamRhype表示:

    http://finasteride.store/# buy cheap propecia online

  7. RandallTaulp表示:

    buying generic propecia price: propecia cost – propecia prices

  8. Davidtes表示:

    cost generic propecia prices cheap propecia no prescription cost propecia prices

  9. Ronaldpsymn表示:

    http://finasteride.store/# cost of generic propecia without prescription

  10. RandallTaulp表示:

    benefits of tamoxifen: tamoxifen and uterine thickening – tamoxifen vs raloxifene

  11. Davidtes表示:

    order cheap propecia pills cost generic propecia cost of cheap propecia price

  12. RandallTaulp表示:

    buy cytotec online fast delivery: order cytotec online – buy cytotec pills online cheap

  13. WilliamRhype表示:

    http://ciprofloxacin.tech/# purchase cipro

  14. WilliamRhype表示:

    https://finasteride.store/# buy cheap propecia for sale

  15. Ronaldpsymn表示:

    http://cytotec.club/# buy cytotec pills

  16. Ronaldpsymn表示:

    http://lisinopril.network/# lisinopril 5 mg prices

  17. Davidtes表示:

    lisinopril from canada lisinopril 20 lisinopril 60 mg

  18. WilliamRhype表示:

    https://nolvadex.life/# where to buy nolvadex

  19. RandallTaulp表示:

    buy generic ciprofloxacin: cipro generic – ciprofloxacin 500 mg tablet price

  20. Ronaldpsymn表示:

    http://finasteride.store/# cost of cheap propecia online

  21. Davidtes表示:

    ciprofloxacin over the counter buy generic ciprofloxacin buy cipro online without prescription

  22. RandallTaulp表示:

    cytotec online: purchase cytotec – order cytotec online

  23. RandallTaulp表示:

    effexor and tamoxifen: nolvadex pct – tamoxifen blood clots

  24. WilliamRhype表示:

    https://finasteride.store/# cost propecia without dr prescription

  25. WilliamRhype表示:

    https://cytotec.club/# purchase cytotec

  26. Davidtes表示:

    buy ciprofloxacin buy cipro online without prescription п»їcipro generic

  27. WilliamRhype表示:

    https://ciprofloxacin.tech/# purchase cipro

  28. RandallTaulp表示:

    propecia sale: propecia for sale – order cheap propecia without dr prescription

  29. RandallTaulp表示:

    common side effects of tamoxifen: lexapro and tamoxifen – tamoxifen side effects forum

  30. Davidtes表示:

    cytotec online cytotec abortion pill buy cytotec pills

發佈留言

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