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

  1. RandallTaulp表示:

    cipro 500mg best prices: ciprofloxacin 500 mg tablet price – ciprofloxacin

  2. WilliamRhype表示:

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

  3. WilliamRhype表示:

    https://ciprofloxacin.tech/# where can i buy cipro online

  4. Davidtes表示:

    buy cytotec pills Misoprostol 200 mg buy online purchase cytotec

  5. Ronaldpsymn表示:

    http://ciprofloxacin.tech/# ciprofloxacin

  6. WilliamRhype表示:

    http://nolvadex.life/# raloxifene vs tamoxifen

  7. RandallTaulp表示:

    order cheap propecia without dr prescription: buy generic propecia without insurance – cost of propecia without a prescription

  8. Davidtes表示:

    how cЙ‘n i get cheap propecia pills buy generic propecia no prescription generic propecia without prescription

  9. RandallTaulp表示:

    cost propecia without insurance: buying cheap propecia without prescription – cost of cheap propecia without insurance

  10. RandallTaulp表示:

    nolvadex estrogen blocker: common side effects of tamoxifen – tamoxifen and weight loss

  11. Ronaldpsymn表示:

    http://ciprofloxacin.tech/# ciprofloxacin generic

  12. Davidtes表示:

    propecia without a prescription propecia without dr prescription get generic propecia

  13. WilliamRhype表示:

    https://finasteride.store/# order cheap propecia

  14. WilliamRhype表示:

    http://ciprofloxacin.tech/# ciprofloxacin

  15. Ronaldpsymn表示:

    https://ciprofloxacin.tech/# where can i buy cipro online

  16. WilliamRhype表示:

    https://cytotec.club/# buy cytotec online

  17. RandallTaulp表示:

    purchase cytotec: cytotec buy online usa – order cytotec online

  18. Davidtes表示:

    buy cytotec over the counter Abortion pills online order cytotec online

  19. Ronaldpsymn表示:

    http://nolvadex.life/# does tamoxifen cause weight loss

  20. RandallTaulp表示:

    purchase cytotec: Misoprostol 200 mg buy online – Cytotec 200mcg price

  21. Davidtes表示:

    lisinopril 12.5 best price for lisinopril 20 mg lisinopril 10 mg on line prescription

  22. RandallTaulp表示:

    buy cytotec: cytotec online – buy cytotec online fast delivery

  23. WilliamRhype表示:

    http://ciprofloxacin.tech/# ciprofloxacin order online

  24. WilliamRhype表示:

    http://ciprofloxacin.tech/# ciprofloxacin generic price

  25. Davidtes表示:

    cost of generic propecia tablets cost propecia without a prescription buy propecia without rx

  26. WilliamRhype表示:

    http://cytotec.club/# Cytotec 200mcg price

  27. Ronaldpsymn表示:

    http://finasteride.store/# cost of propecia price

  28. RandallTaulp表示:

    ciprofloxacin: buy ciprofloxacin – purchase cipro

  29. Davidtes表示:

    pct nolvadex nolvadex gynecomastia tamoxifen buy

  30. RandallTaulp表示:

    Cytotec 200mcg price: buy cytotec – buy cytotec online fast delivery

發佈留言

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