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

25,846 Responses

  1. MicahTails表示:

    usa mexico pharmacy: Us Mex Pharm – usa mexico pharmacy

  2. DennisDor表示:

    Mexican pharmacy ship to USA: certified Mexican pharmacy – UsMex Pharm

  3. Cletusiders表示:

    certified Mexican pharmacy: Us Mex Pharm – certified Mexican pharmacy

  4. Cletusiders表示:

    mexican pharmacy: usa mexico pharmacy – UsMex Pharm

  5. SteveViand表示:

    http://usmexpharm.com/# UsMex Pharm

  6. SteveViand表示:

    https://usmexpharm.com/# Mexican pharmacy ship to USA

  7. RandyKargo表示:

    Mexican pharmacy ship to USA UsMex Pharm Mexican pharmacy ship to USA

  8. DennisDor表示:

    Mexican pharmacy ship to USA: Us Mex Pharm – certified Mexican pharmacy

  9. Cletusiders表示:

    mexican pharmacy: purple pharmacy mexico price list – UsMex Pharm

  10. Cletusiders表示:

    mexican rx online: usa mexico pharmacy – USMexPharm

  11. MicahTails表示:

    certified Mexican pharmacy: mexican pharmacy – UsMex Pharm

  12. SteveViand表示:

    https://usmexpharm.com/# mexican pharmacy

  13. DennisDor表示:

    mexican pharmacy: mexican border pharmacies shipping to usa – usa mexico pharmacy

  14. MicahTails表示:

    mexican online pharmacies prescription drugs: UsMex Pharm – Mexican pharmacy ship to USA

  15. DennisDor表示:

    mexican drugstore online: Us Mex Pharm – UsMex Pharm

  16. Cletusiders表示:

    Us Mex Pharm: UsMex Pharm – UsMex Pharm

  17. RandyKargo表示:

    Mexican pharmacy ship to USA buying prescription drugs in mexico Us Mex Pharm

  18. MicahTails表示:

    Mexican pharmacy ship to USA: certified Mexican pharmacy – Mexican pharmacy ship to USA

  19. SteveViand表示:

    https://usmexpharm.shop/# usa mexico pharmacy

  20. SteveViand表示:

    https://usmexpharm.shop/# usa mexico pharmacy

  21. MicahTails表示:

    Us Mex Pharm: mexico drug stores pharmacies – Us Mex Pharm

  22. MicahTails表示:

    Us Mex Pharm: usa mexico pharmacy – mexican pharmacy

  23. Cletusiders表示:

    usa mexico pharmacy: Mexican pharmacy ship to USA – certified Mexican pharmacy

  24. DennisDor表示:

    mexican pharmacy: USMexPharm – Mexican pharmacy ship to USA

  25. MicahTails表示:

    Mexican pharmacy ship to USA: usa mexico pharmacy – certified Mexican pharmacy

  26. Cletusiders表示:

    certified Mexican pharmacy: Mexican pharmacy ship to USA – mexican pharmacy

  27. RandyKargo表示:

    certified Mexican pharmacy buying prescription drugs in mexico mexican drugstore online

  28. DennisDor表示:

    mexican pharmacy: Mexican pharmacy ship to USA – usa mexico pharmacy

  29. SteveViand表示:

    https://usmexpharm.com/# medicine in mexico pharmacies

  30. SteveViand表示:

    https://usmexpharm.shop/# Us Mex Pharm

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

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