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

  1. 5 Killer Quora Answers On Realisticsex Doll realisticsex doll

  2. Davidmer表示:

    prednisone over the counter: how to purchase prednisone online – prednisone brand name india

  3. Edda Fay表示:

    24-Hours To Improve Bunk Beds For Children Edda Fay

  4. Davidmer表示:

    lasix generic: cheap lasix – lasix

  5. The safety council has 5 everlasting members (Britain, China, France, Russia, and the United States) and 10 members elected by the overall assembly that serve two-12 months terms (presently Angola, Bulgaria, Cameroon, Chile, Germany, Guinea, Mexico, Pakistan, Spain and Syria).

  6. JosephWrela表示:

    prednisone pill: prednisone acetate – prednisone 20 mg pill

  7. Sergiohex表示:

    https://rybelsus.tech/# cheap Rybelsus 14 mg

  8. Сервисный центр предлагает ремонт холодильника dexp рядом ремонт холодильника dexp в петербурге

  9. Those who have very flat arches, very high arches, or plantar fasciitis will need to think about a shoe that gives more arch support.

  10. AlfredHag表示:

    neurontin capsules neurontin 400 mg price neurontin 400mg

  11. Alternatively, you should use an eSIM that you simply purchase and set up before arriving.

  12. Davidmer表示:

    lasix 20 mg: buy furosemide – lasix medication

  13. JosephWrela表示:

    generic ventolin medication: Buy Albuterol for nebulizer online – ventolin generic brand

  14. ArnoldDRODA表示:

    lasix online: furosemide 40 mg – furosemide 40 mg

  15. Jacqueline表示:

    The Top Reasons People Succeed In The Table Top Fridge With Ice
    Box Industry 77564623.xyz (Jacqueline)

  16. What are the three Unforgivable Curses?

  17. There may be all the time a wonderful alternative in every day even on this model new Saturday.

  18. AlfredHag表示:

    lasix 20 mg lasix generic buy furosemide online

  19. Sergiohex表示:

    https://ventolininhaler.pro/# ventolin otc usa

  20. ArnoldDRODA表示:

    Buy compounded semaglutide online: buy semaglutide online – Rybelsus 7mg

  21. AlfredHag表示:

    prednisone in canada prednisone 25mg from canada buy prednisone online uk

  22. Paige表示:

    L Shaped Loft Bunk Beds: The Secret Life Of L Shaped Loft Bunk Beds l-shaped loft
    bunk beds (Paige)

  23. Lorrie表示:

    You’ll Never Guess This Togel4d Login’s Tricks togel4d login (Lorrie)

  24. AlfredHag表示:

    prednisone 50 mg for sale prednisone without rx can you buy prednisone over the counter in mexico

  25. Sergiohex表示:

    https://gabapentin.site/# neurontin 800 mg cost

  26. Ten Things You Learned In Kindergarden That’ll Help You With Replacement Handles
    For Upvc Windows Upvc Window near me

  27. ArnoldDRODA表示:

    prescription medication neurontin: neurontin 400 mg price – neurontin canada online

  28. Sergiohex表示:

    https://rybelsus.tech/# cheap Rybelsus 14 mg

  29. Edgarappow表示:

    farmaci senza ricetta elenco: Farmacia online migliore – acquisto farmaci con ricetta

發佈留言

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