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

  1. DonaldTrita表示:

    purple pharmacy mexico price list
    http://cmqpharma.com/# п»їbest mexican online pharmacies
    buying prescription drugs in mexico online

  2. Stephenhig表示:

    mexican online pharmacies prescription drugs: cmq mexican pharmacy online – buying prescription drugs in mexico

  3. Guide To Second Hand Mobility Scooters For Sale Near Me: The Intermediate Guide To Second Hand Mobility
    Scooters For Sale Near Me Mobility Scooters For Sale Near
    Me (Forum.Ondaytrip.Com)

  4. Stephenhig表示:

    mexico pharmacies prescription drugs: cmq pharma – purple pharmacy mexico price list

  5. DonaldTrita表示:

    reputable mexican pharmacies online
    https://cmqpharma.com/# mexico drug stores pharmacies
    mexican rx online

  6. very good post, i definitely adore this web site, persist with it

  7. Guide To Online Shopping Sites In United Kingdom:
    The Intermediate Guide In Online Shopping Sites In United Kingdom online shopping sites
    in united Kingdom – http://laosubenben.com/home/link.php?url=https://vimeo.Com/932084467

  8. Why You Must Experience Top Slots At The Very Least Once In Your Lifetime slots with Free bonus Rounds

  9. DonaldTrita表示:

    buying prescription drugs in mexico online
    https://cmqpharma.online/# mexican mail order pharmacies
    mexican drugstore online

  10. What’s The Job Market For Double Glazing Near Me Professionals Like?
    double glazing near me

  11. web Case表示:

    A Step-By-Step Guide For Choosing Your CSGO
    Cases Opening web Case

  12. Looking For Inspiration? Check Out Narrow Electric Wheelchair bariatric electric wheelchair (wwwwa.l.R.u.scv.kd)

  13. misted表示:

    The Top Double Glazed Windows Repairs Gurus Are Doing 3 Things misted

  14. It arduous to seek out knowledgeable people on this topic, however you sound like you recognize what you are talking about! Thanks

  15. What’s The Job Market For Double Glazing Repairs Near Me Professionals Like?
    double glazing repairs near me (http://www.fukushima.st/mff/bbs/bbs.cgi/)

  16. What’s The Job Market For Window Repair Near Me Professionals Like?
    window repair near me (http://fwme.eu)

  17. Seo Companies表示:

    A Look At The Future What’s The Best SEO Company UK Industry Look
    Like In 10 Years? Seo Companies

  18. Cse.Google.Cg表示:

    A claim for Asbestos Compensation [Cse.Google.Cg]
    is a claim to receive financial compensation from the business or companies that are responsible for asbestos exposure.

  19. Nell表示:

    20 Reasons To Believe Why Are CSGO Skins Going Up In Price Cannot Be Forgotten cs2 cases (Nell)

  20. How Truck Accident Attorney Rose To The #1 Trend On Social Media Truck Accident Lawyers

  21. Case opening表示:

    7 Secrets About CSGO Case Battle Sites That Nobody Can Tell You Case opening

  22. 20 Things You Need To Know About Skoda Spare Key skoda rapid key Lost

  23. my brother has a gambling problem and he just burned a thousand bucks in one night::

  24. A Look At The Good And Bad About Window Repairs upvc window Repairs

  25. Learn To Communicate Auto Accident Law To Your Boss festus auto accident
    lawsuit (https://Vimeo.com)

  26. The 10 Most Scariest Things About Espresso Coffee Beans 1kg espresso coffee beans 1kg – https://www.exdex.ru/,

  27. Myrtle表示:

    Three Greatest Moments In Drip Coffee Maker History
    filter drip coffee maker [Myrtle]

  28. Stephenhig表示:

    mexican online pharmacies prescription drugs: mexican online pharmacy – reputable mexican pharmacies online

發佈留言

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