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

  1. Williamces表示:

    prednisone for sale online: prednisone 10mg for sale – by prednisone w not prescription

  2. BrianGub表示:

    https://clomidst.pro/# where can i get cheap clomid price

  3. Waynerat表示:

    where can i buy clomid without prescription: clomid no prescription – cost of cheap clomid without a prescription

  4. Danieliteds表示:

    6 prednisone: prednisone 10 mg tablet cost – prednisone 5 mg tablet

  5. Waynerat表示:

    cost of amoxicillin prescription: medicine amoxicillin 500mg – generic amoxicillin

  6. Williamces表示:

    prednisone brand name india: prednisone pill – prednisone 5 mg tablet

  7. IrwinGlync表示:

    amoxicillin 500 mg cost: how long does amoxicillin take to work – amoxicillin 500mg no prescription

  8. BrianGub表示:

    http://prednisonest.pro/# prednisone price canada

  9. Williamces表示:

    where can i get cheap clomid price: clomid for men dosage – can i order cheap clomid pills

  10. BrianGub表示:

    https://amoxilst.pro/# amoxicillin 500mg capsules antibiotic

  11. Danieliteds表示:

    can you buy prednisone: cheap prednisone online – prednisone medication

  12. Williamces表示:

    buy amoxil: amoxicillin dosage for tooth infection – amoxicillin where to get

  13. AnthonyPreep表示:

    prednisone canada prescription how to get prednisone tablets prednisone 20mg online

  14. AnthonyPreep表示:

    prednisone tablets how can i order prednisone buy prednisone without a prescription best price

  15. Danieliteds表示:

    can you get generic clomid prices: when do you take clomid – can you get generic clomid prices

  16. BrianGub表示:

    http://prednisonest.pro/# prednisone tablet 100 mg

  17. AnthonyPreep表示:

    amoxicillin 500mg without prescription amoxicillin 500mg for sale uk where to buy amoxicillin pharmacy

  18. Waynerat表示:

    cost of generic clomid: can i get cheap clomid online – cost of cheap clomid pill

  19. Williamces表示:

    can i get cheap clomid online: clomid over the counter – where can i get generic clomid no prescription

  20. BrianGub表示:

    https://prednisonest.pro/# buy prednisone nz

  21. Williamces表示:

    amoxicillin buy no prescription: amoxicillin 250 mg – buying amoxicillin in mexico

  22. IrwinGlync表示:

    can you get clomid now: where buy clomid without insurance – cheap clomid tablets

  23. Williamces表示:

    can you buy prednisone over the counter uk: side effects prednisone – 3000mg prednisone

  24. Danieliteds表示:

    buy amoxicillin 500mg capsules uk: amoxicillin warnings – amoxicillin 500mg for sale uk

  25. Waynerat表示:

    buy amoxicillin 500mg canada: amoxicillin 500mg capsules – amoxicillin pills 500 mg

  26. Waynerat表示:

    cost of generic clomid without insurance: how can i get cheap clomid without a prescription – where buy generic clomid online

  27. BrianGub表示:

    http://prednisonest.pro/# buy prednisone 50 mg

  28. Williamces表示:

    where can i get generic clomid without rx: clomid dosage for men – cheap clomid no prescription

  29. BrianGub表示:

    https://amoxilst.pro/# can you buy amoxicillin over the counter canada

  30. Williamces表示:

    prednisone 20mg prescription cost: prednisone side effects – buy prednisone no prescription

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

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