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

18,498 Responses

  1. 颅You should mark the service according to the airways’ specs, but usually there needs to be an arrow exhibiting which approach is up, indications that there is a live animal inside, and the name and tackle of the person who would most prefer to see that pet again.

  2. Perhaps cycling by way of any wine country might be effective.

  3. The inspiration of her success firmly lies in the unwavering belief and belief in the method, shared each by her and her clientele.

  4. Is it painful to chew, yawn, or open your mouth extensively?

  5. People come to British Columbia in Canada for camping vacations as a result of this province is the house of the Monashee Mountains.

  6. Endorphins, for example, are neurotransmitters that produce a feeling of nicely-being and may even operate as a painkiller.

  7. Though it opened manner again in 1979, The Beast, in Ohio, continues to be the longest picket coaster on the planet.

  8. The preliminary three code letters are just like the code for the primary stock.

  9. Primary Market business sector gives chance to backers of securities; Government and in addition corporate to raise assets to meet their prerequisites of speculation and/or release some commitment.

  10. In 1773, a British naval expedition below captain Constantine Phipps sought a route to the pole from the Seven Islands, but discovered the way impassably blocked by ice.

  11. In this text, we’ll learn in regards to the history and future of the Dalai Lamas, as well because the fascinating life of the 14th Dalai Lama.

  12. If you’d like handy draw every body, all the frames might be key frames.

  13. By embracing the lessons of the crow, we are able to navigate life’s challenges with resilience and creativity, fostering strong relationships and personal growth.

  14. Hospitality furniture can be positioned at house for the reception of friends and attendants.

  15. Hurricane damage additionally enormously will depend on whether or not the left or right side of a hurricane strikes a given area.

  16. What Do You Know About SEO Tools Software?

    Best seo tools software

  17. What’s The Job Market For Car Key Repair Shop Near Me
    Professionals Like? Car key repair shop Near me

  18. Near By表示:

    It’s Time To Forget Cars Locksmith Near Me: 10 Reasons Why You Don’t Really Need
    It Near By

  19. What’s The Current Job Market For Budget Robot Vacuum
    Professionals Like? budget robot vacuum (si-sudagro.net)

  20. The Best Way To Explain Mercedes Spare Key To Your Mom mercedes a class key

  21. Malinda表示:

    20 Myths About Asbestos Attorney Mesothelioma: Busted mesothelioma lawyers; Malinda,

  22. It not only has info on cooking with staples, however a wealth of data on primary skills that not many in our tradition retain.

  23. Kathrin表示:

    11 Creative Ways To Write About Robotic Vacuum Cleaner automated
    vacuum cleaner; Kathrin,

  24. Georgina表示:

    How To Design And Create Successful Lightweight Folding
    Travel Mobility Scooters How-Tos And Tutorials To Create Successful Lightweight Folding Travel Mobility Scooters Home fold away mobility
    scooters (Georgina)

  25. If you like this – then you may like these different nation-related exercise ideas too.

  26. StephenDeery表示:

    What’s up it’s me, I am also visiting this site daily, this web page is genuinely nice and the users are truly sharing pleasant thoughts.

    https://s-boutique.com.ua/zashchita-far-ot-vlagi-rol-germetika

發佈留言

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