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

  1. Comfortable Sleeper Sofa: What Nobody Is Talking About Sleeper Ottomans

  2. 10 Facts About Kia Replacement Key Fob That Will Instantly Make You Feel Good Mood How Much Is A New Kia Key Fob

  3. You should be a part of a contest for one of the most useful blogs online. I am going to highly recommend this blog!

  4. Check Out: How Sectional Sofas Is Taking Over And What To Do About It
    sectional sofas for sale

  5. Richardevics表示:

    ivermectin lotion 0.5 stromectol shop ivermectin nz

  6. 15 Unexpected Facts About Three Wheel Pushchair That You Didn’t
    Know About Three Wheel Pushchairs

  7. Travismut表示:

    minocycline 50mg tabs: stromectol shop – ivermectin 3mg tablets

  8. Trenttat表示:

    http://paxlovid1st.shop/# paxlovid price
    ed pills that work

  9. 14 Questions You Might Be Anxious To Ask Audi A4 Key Replacement replace audi key

  10. Сервисный центр предлагает ремонт телевизоров metz на дому ремонт телевизоров metz на дому

  11. Charleszed表示:

    stromectol ireland: stromectol fast delivery – ivermectin cream 1

  12. 15 Presents For Your Assessment In Mental Health Lover In Your Life Mental health assessment in jail

  13. Travismut表示:

    price of ivermectin liquid: minocycline 100mg – buy minocycline 50mg for humans

  14. Сервисный центр предлагает ремонт кофемашин endever адреса стоимость ремонта кофемашины endever

  15. See What Best Clitoral Toy Tricks The Celebs Are Utilizing Best clitoral toy

  16. Trenttat表示:

    http://rybelsus.icu/# rybelsus cost
    homeopathic remedies for ed

  17. Richardevics表示:

    buy plavix best price on generic clopidogrel bisulfate 75 mg

  18. Travismut表示:

    Semaglutide pharmacy price: cheaper – buy rybelsus

  19. Richardevics表示:

    Cost of Plavix on Medicare here plavix medication

  20. Trenttat表示:

    https://clopidogrel.pro/# cheap plavix antiplatelet drug
    ed in young men

  21. online casino表示:

    The provided substance of this blog piece is really
    captivating . I enjoyed the way you analyzed the different issues so thoroughly and unambiguously.
    You helped me obtain fresh outlooks that I had
    not deliberated before. I’m thankful for communicating
    your proficiency and competence – it has allowed me to learn more .

    I uniquely enjoyed the novel perspectives you introduced , which expanded my understanding and thinking
    in valuable directions . This blog is well-structured and engaging , which is critical
    for material of this quality.
    I hope to review supplementary of your work in the days to come , as I’m
    certain it will continue to be educational and help
    me maintain growing . I convey my thankfulness!

    Feel free to visit my homepage – online casino

  22. Charleszed表示:

    buy clopidogrel bisulfate: best price on generic – buy clopidogrel online

  23. Chelsea表示:

    Guide To Togel4d: The Intermediate Guide Towards
    Togel4d togel4d (Chelsea)

  24. You have made some good points there. I looked on the web for additional information about the issue and found most individuals will go along with your views on this site.

  25. Five Things You Don’t Know About Pragmatic 프라그마틱 슬롯 체험

  26. Arthurfrunc表示:

    http://stromectol1st.shop/# stromectol usa
    indianpharmacy com

  27. You’ll Never Guess This Window Repair Near Me’s Benefits window Repair
    near me (https://Peatix.Com/)

  28. okerclub.Ru表示:

    5 Killer Quora Answers To Social Anxiety Disorder Symptoms social anxiety Disorder,
    okerclub.Ru,

  29. Qooh.Me表示:

    5 Must-Know-Practices Of Upvc French Door Repairs Near Me For 2024 Upvc Front Door Lock Repair – Qooh.Me

  30. 10 Quick Tips About Stroller 2 In 1 Car Seat best 2
    in-1 prams (Lt.dananxun.cn)

發佈留言

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