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

  1. Jamescrype表示:

    http://casinvietnam.com/# casino tr?c tuy?n

  2. It’s a game. Five dollars is free. Try it It’s not an easy game..
    ->-> 카지노사이트 .COM

  3. Jamescrype表示:

    https://casinvietnam.com/# casino online uy tin

  4. Jessejatry表示:

    https://casinvietnam.com/# casino tr?c tuy?n vi?t nam

  5. Chrisunado表示:

    danh bai tr?c tuy?n game c? b?c online uy tin web c? b?c online uy tin

  6. Chrisunado表示:

    game c? b?c online uy tin casino tr?c tuy?n uy tin casino tr?c tuy?n vi?t nam

  7. Michaelnow表示:

    casino tr?c tuy?n vi?t nam danh bai tr?c tuy?n casino online uy tin

  8. Michaelnow表示:

    casino tr?c tuy?n vi?t nam choi casino tr?c tuy?n tren di?n tho?i web c? b?c online uy tin

  9. Jamescrype表示:

    https://casinvietnam.shop/# danh bai tr?c tuy?n

  10. WalterJuisk表示:

    http://casinvietnam.com/# web c? b?c online uy tin

  11. Joshuacen表示:

    game c? b?c online uy tín: casino tr?c tuy?n vi?t nam – casino tr?c tuy?n

  12. Chrisunado表示:

    casino tr?c tuy?n web c? b?c online uy tin casino online uy tin

  13. Michaelnow表示:

    casino tr?c tuy?n vi?t nam casino online uy tin web c? b?c online uy tin

  14. WalterJuisk表示:

    http://casinvietnam.com/# casino tr?c tuy?n vi?t nam

  15. Michaelnow表示:

    casino tr?c tuy?n casino tr?c tuy?n web c? b?c online uy tin

  16. Jamescrype表示:

    https://casinvietnam.shop/# web c? b?c online uy tin

  17. Joshuacen表示:

    casino tr?c tuy?n uy tín: dánh bài tr?c tuy?n – casino tr?c tuy?n

  18. Chrisunado表示:

    choi casino tr?c tuy?n tren di?n tho?i casino online uy tin danh bai tr?c tuy?n

  19. Michaelnow表示:

    casino tr?c tuy?n uy tin game c? b?c online uy tin casino tr?c tuy?n

  20. Philiputipt表示:

    best online ed medication ed doctor online edmeds

  21. MatthewSox表示:

    best no prescription online pharmacies: buying online prescription drugs – canada pharmacy no prescription

  22. Philiputipt表示:

    online medication no prescription no prescription canadian pharmacies no prescription medicine

  23. MatthewSox表示:

    online ed pills: discount ed meds – pills for ed online

  24. HarveyLaree表示:

    http://edpill.top/# cheapest online ed meds

  25. ArmandoSausy表示:

    http://medicationnoprescription.pro/# online pharmacy reviews no prescription

  26. HarveyLaree表示:

    https://medicationnoprescription.pro/# online meds no prescription

  27. Philiputipt表示:

    buy ed meds online best ed medication online buy ed medication online

  28. MatthewSox表示:

    ed medicines: buy ed medication – where can i buy ed pills

  29. ArmandoSausy表示:

    https://edpill.top/# ed prescription online

  30. Philiputipt表示:

    buying prescription drugs online from canada canada prescriptions by mail no prescription medicines

發佈留言

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