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

  1. RandallTaulp表示:

    how does tamoxifen work: who should take tamoxifen – hysterectomy after breast cancer tamoxifen

  2. WilliamRhype表示:

    http://cytotec.club/# purchase cytotec

  3. WilliamRhype表示:

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

  4. Ronaldpsymn表示:

    http://finasteride.store/# buy propecia now

  5. Davidtes表示:

    ciprofloxacin generic price antibiotics cipro ciprofloxacin 500mg buy online

  6. Ronaldpsymn表示:

    https://ciprofloxacin.tech/# buy cipro online canada

  7. WilliamRhype表示:

    http://ciprofloxacin.tech/# cipro 500mg best prices

  8. RandallTaulp表示:

    cost cheap propecia without prescription: order cheap propecia without insurance – buy generic propecia no prescription

  9. Davidtes表示:

    ciprofloxacin order online cipro online no prescription in the usa buy cipro online without prescription

  10. RandallTaulp表示:

    cost propecia prices: get cheap propecia without insurance – buy propecia without rx

  11. Ronaldpsymn表示:

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

  12. RandallTaulp表示:

    buy cytotec pills: buy cytotec online – cytotec buy online usa

  13. Davidtes表示:

    lisinopril 10 mg price lisinopril 5 mg buy order cheap lisinopril

  14. Davidtes表示:

    buy cytotec over the counter п»їcytotec pills online buy cytotec over the counter

  15. WilliamRhype表示:

    http://cytotec.club/# buy cytotec pills

  16. WilliamRhype表示:

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

  17. Davidtes表示:

    zestril 40 zestril 20 mg prinivil 10 mg

  18. WilliamRhype表示:

    https://nolvadex.life/# tamoxifen rash

  19. RandallTaulp表示:

    ciprofloxacin 500 mg tablet price: buy cipro – buy cipro online

  20. Ronaldpsymn表示:

    http://nolvadex.life/# aromatase inhibitor tamoxifen

  21. RandallTaulp表示:

    where can i purchase lisinopril: lisinopril online prescription – lisinopril 1.25

  22. Davidtes表示:

    Misoprostol 200 mg buy online п»їcytotec pills online cytotec online

  23. RandallTaulp表示:

    cytotec pills buy online: buy cytotec online – buy cytotec over the counter

  24. WilliamRhype表示:

    http://nolvadex.life/# tamoxifen benefits

  25. WilliamRhype表示:

    https://finasteride.store/# get propecia tablets

  26. Davidtes表示:

    buy cytotec pills online cheap buy cytotec over the counter buy cytotec pills online cheap

  27. WilliamRhype表示:

    https://nolvadex.life/# natural alternatives to tamoxifen

  28. RandallTaulp表示:

    tamoxifen rash: buy nolvadex online – cost of tamoxifen

  29. Ronaldpsymn表示:

    https://finasteride.store/# generic propecia price

  30. RandallTaulp表示:

    order cytotec online: buy cytotec pills online cheap – buy cytotec online fast delivery

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

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