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

  1. DennisDor表示:

    usa mexico pharmacy: certified Mexican pharmacy – UsMex Pharm

  2. MicahTails表示:

    USMexPharm: USMexPharm – Mexican pharmacy ship to USA

  3. Cletusiders表示:

    USMexPharm: USMexPharm – USMexPharm

  4. Cletusiders表示:

    Us Mex Pharm: UsMex Pharm – usa mexico pharmacy

  5. DennisDor表示:

    USMexPharm: п»їbest mexican online pharmacies – UsMex Pharm

  6. MicahTails表示:

    mexican pharmacy: certified Mexican pharmacy – UsMex Pharm

  7. RandyKargo表示:

    mexican pharmacy Mexican pharmacy ship to USA USMexPharm

  8. SteveViand表示:

    https://usmexpharm.com/# UsMex Pharm

  9. SteveViand表示:

    https://usmexpharm.com/# certified Mexican pharmacy

  10. Cletusiders表示:

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

  11. DennisDor表示:

    mexican drugstore online: usa mexico pharmacy – certified Mexican pharmacy

  12. Cletusiders表示:

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

  13. SteveViand表示:

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

  14. RandyKargo表示:

    Mexican pharmacy ship to USA USMexPharm UsMex Pharm

  15. MicahTails表示:

    USMexPharm: UsMex Pharm – usa mexico pharmacy

  16. SteveViand表示:

    https://usmexpharm.shop/# UsMex Pharm

  17. DennisDor表示:

    usa mexico pharmacy: UsMex Pharm – Us Mex Pharm

  18. DennisDor表示:

    UsMex Pharm: usa mexico pharmacy – usa mexico pharmacy

  19. MicahTails表示:

    usa mexico pharmacy: Mexican pharmacy ship to USA – UsMex Pharm

  20. Cletusiders表示:

    certified Mexican pharmacy: pharmacies in mexico that ship to usa – mexican pharmacy

  21. Cletusiders表示:

    certified Mexican pharmacy: USMexPharm – Us Mex Pharm

  22. RandyKargo表示:

    usa mexico pharmacy Mexican pharmacy ship to USA usa mexico pharmacy

  23. MicahTails表示:

    certified Mexican pharmacy: USMexPharm – certified Mexican pharmacy

  24. SteveViand表示:

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

  25. SteveViand表示:

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

  26. MicahTails表示:

    mexican pharmacy: certified Mexican pharmacy – purple pharmacy mexico price list

  27. Cletusiders表示:

    mexican pharmacy: medicine in mexico pharmacies – usa mexico pharmacy

  28. RandyKargo表示:

    Us Mex Pharm Us Mex Pharm п»їbest mexican online pharmacies

  29. DennisDor表示:

    Us Mex Pharm: mexican pharmacy – Us Mex Pharm

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

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