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...

13,409 Responses

  1. JamesBak表示:

    amoxicillin azithromycin: how to buy amoxycillin – amoxicillin generic brand

  2. ThomasDet表示:

    http://amoxildelivery.pro/# generic amoxicillin online

  3. Getting A Personal Loan With Even The Most Horrible Credit 다바오 홀덤 다운로드

  4. 슬롯表示:

    Rushmore Casino Review 슬롯

  5. ThomasDet表示:

    http://amoxildelivery.pro/# where can i buy amoxicillin over the counter uk

  6. Flum float表示:

    Good site you have got here.. It’s difficult to find good quality writing like yours nowadays. I honestly appreciate individuals like you! Take care!!

  7. How November 23 Playing Roulette – Bribe The Dealer 쥬라기월드 에볼루션 2

  8. JamesBak表示:

    can i buy cheap clomid for sale: buying generic clomid without prescription – can i order clomid pills

  9. JamesBak表示:

    buy amoxil: amoxicillin 500mg tablets price in india – amoxicillin 500 mg tablet

  10. ThomasDet表示:

    http://paxloviddelivery.pro/# paxlovid pharmacy

  11. Having read this I thought it was rather enlightening. I appreciate you finding the time and energy to put this article together. I once again find myself spending a lot of time both reading and commenting. But so what, it was still worth it!

  12. ThomasDet表示:

    http://ciprodelivery.pro/# buy cipro online

  13. JamesBak表示:

    doxycycline 100mg cap: doxycycline 100mg cost in india – average cost for doxycycline

  14. Your insights are always on point.구글 백링크

  15. ThomasDet表示:

    http://ciprodelivery.pro/# buy generic ciprofloxacin

  16. ngentot pepek表示:

    Oh my goodness! Impressive article dude! Thank you, However I am encountering difficulties with your RSS. I don’t know the reason why I can’t subscribe to it. Is there anybody having the same RSS problems? Anybody who knows the answer can you kindly respond? Thanx!!

  17. ThomasDet表示:

    https://amoxildelivery.pro/# cheap amoxicillin 500mg

  18. JamesBak表示:

    doxycycline south africa: drug doxycycline 100mg – doxycycline for sale uk

  19. JamesBak表示:

    order clomid: buy generic clomid without insurance – get cheap clomid no prescription

  20. ThomasDet表示:

    https://paxloviddelivery.pro/# Paxlovid over the counter

  21. Edwardwhava表示:

    http://foruspharma.com/# mexican mail order pharmacies

  22. MichaelKeT表示:

    best canadian pharmacy online: canadian pharmacy review – canadian pharmacy king reviews

  23. DavidHiche表示:

    medicine in mexico pharmacies: buying prescription drugs in mexico online – medication from mexico pharmacy

  24. DavidHiche表示:

    india pharmacy mail order: п»їlegitimate online pharmacies india – indian pharmacy paypal

  25. MichaelKeT表示:

    canada drug pharmacy: canadian pharmacy meds – best canadian pharmacy online

  26. DavidHiche表示:

    buy drugs from canada: canadian pharmacies that deliver to the us – canadian pharmacy store

  27. DavidHiche表示:

    mexico pharmacies prescription drugs: pharmacies in mexico that ship to usa – buying prescription drugs in mexico online

  28. I’ve bookmarked this for future reference.검색엔진최적화 회사

發佈留言

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