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

15,048 Responses

  1. 부산오피表示:

    How To Accummulate Women In Bars With Swagger 부산오피

  2. b52club表示:

    Oh my goodness! Amazing article dude! Thank you so much, However I am experiencing issues with your RSS. I don’t understand why I can’t subscribe to it. Is there anyone else having identical RSS problems? Anyone that knows the solution will you kindly respond? Thanks!!

  3. Hi, I do believe this is an excellent web site. I stumbledupon it 😉 I’m going to return yet again since I book-marked it. Money and freedom is the best way to change, may you be rich and continue to guide other people.

  4. The Three Greatest Moments In Mesothelioma Lawsuit History Mesothelioma
    Law Firm (https://Www.Multura.Com)

  5. I must thank you for the efforts you have put in writing this blog. I really hope to view the same high-grade blog posts by you in the future as well. In fact, your creative writing abilities has motivated me to get my very own site now 😉

  6. Train Accident Settlements: What’s No One Has Discussed commercial Trucking attorneys

  7. Good post. I learn something totally new and challenging on websites I stumbleupon every day. It will always be useful to read content from other authors and practice a little something from their web sites.

  8. finance tips表示:

    Aw, this was a very good post. Spending some time and actual effort to generate a very good article… but what can I say… I procrastinate a whole lot and never seem to get anything done.

  9. Guide To Vintage Couch For Sale: The Intermediate Guide To Vintage Couch For Sale Vintage Couch For sale

  10. The Best Power Mobility Scooters Techniques For Changing Your Life motorized Mobility Scooters

  11. A Vibrant Rant About Coffee Machine Dolce Gusto coffee machine best (http://Alt1.Toolbarqueries.google.dj)

  12. When I initially commented I seem to have clicked on the -Notify me when new comments are added- checkbox and now whenever a comment is added I receive four emails with the exact same comment. Is there an easy method you are able to remove me from that service? Kudos.

  13. Engadget. Archived from the unique on September 26, 2011.

  14. Who’s The Top Expert In The World On Buy Used Mobility Scooter?
    where best buy mobility scooters near (chadima.blog.idnes.cz)

  15. On the Loxahatchee National Wildlife Refuge (NWR), 85 of tree islands – “small, wetland forest communities imbedded in a matrix of freshwater marsh” – were broken by the storm.

  16. Pixieland employed two former Disneyland employees: the director of music and director of special promotions.

  17. The storm inflicted two condominiums alone with round $135 million in damage.

  18. Greetings! Very helpful advice in this particular article! It is the little changes that produce the most important changes. Many thanks for sharing!

  19. Additionally, Axel A. Weber (1991) claims that the EMS was a de facto Deutsche Mark zone.

  20. Equally, residents in seven Atlantic and Gulf states may be eligible for the Seaside and Windstorm Plan.

  21. How To Throw A Stress-Free Party 광주마사지

  22. A study in 2019 showed that round 92 of buying and selling within the Forex market was carried out by buying and selling algorithms quite than people.

  23. This is a topic that is near to my heart… Cheers! Where are your contact details though?

  24. smp سابك表示:

    Excellent blog you have got here.. It’s difficult to find good quality writing like yours nowadays. I honestly appreciate people like you! Take care!!

  25. American Fridgefreezer 101 It’s The Complete Guide For Beginners
    small american style Fridge freezer

發佈留言

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