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

  1. SteveViand表示:

    https://usmexpharm.com/# mexican pharmacy

  2. MicahTails表示:

    USMexPharm: mexican pharmacy – USMexPharm

  3. RandyKargo表示:

    Us Mex Pharm mexican pharmacy USMexPharm

  4. DennisDor表示:

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

  5. MicahTails表示:

    UsMex Pharm: UsMex Pharm – Us Mex Pharm

  6. Cletusiders表示:

    USMexPharm: buying prescription drugs in mexico – Us Mex Pharm

  7. Cletusiders表示:

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

  8. DennisDor表示:

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

  9. MicahTails表示:

    mexican pharmacy: usa mexico pharmacy – USMexPharm

  10. SteveViand表示:

    https://usmexpharm.com/# mexican online pharmacies prescription drugs

  11. SteveViand表示:

    http://usmexpharm.com/# USMexPharm

  12. MicahTails表示:

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

  13. RandyKargo表示:

    mexico pharmacies prescription drugs mexican pharmacy best online pharmacies in mexico

  14. Cletusiders表示:

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

  15. DennisDor表示:

    Us Mex Pharm: UsMex Pharm – mexico drug stores pharmacies

  16. Cletusiders表示:

    mexican online pharmacies prescription drugs: UsMex Pharm – UsMex Pharm

  17. RandyKargo表示:

    UsMex Pharm certified Mexican pharmacy certified Mexican pharmacy

  18. DennisDor表示:

    Us Mex Pharm: USMexPharm – UsMex Pharm

  19. SteveViand表示:

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

  20. SteveViand表示:

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

  21. Cletusiders表示:

    Mexican pharmacy ship to USA: mexican pharmacy – п»їbest mexican online pharmacies

  22. DennisDor表示:

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

  23. MicahTails表示:

    UsMex Pharm: Mexican pharmacy ship to USA – UsMex Pharm

  24. RandyKargo表示:

    UsMex Pharm certified Mexican pharmacy USMexPharm

  25. SteveViand表示:

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

  26. Cletusiders表示:

    mexican pharmacy: UsMex Pharm – mexican pharmacy

  27. Cletusiders表示:

    Us Mex Pharm: certified Mexican pharmacy – mexico pharmacies prescription drugs

  28. MicahTails表示:

    UsMex Pharm: Us Mex Pharm – Us Mex Pharm

  29. DennisDor表示:

    mexico pharmacies prescription drugs: certified Mexican pharmacy – usa mexico pharmacy

  30. MicahTails表示:

    mexican drugstore online: mexican pharmacy – Mexican pharmacy ship to USA

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

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