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

26,526 Responses

  1. 15 Gifts For The Hahns Macaw For Sale Lover In Your Life
    macau Pet Shop

  2. Victorprima表示:

    A place where customer health is the top priority.
    how does gabapentin relieve nerve pain
    Pioneers in the realm of global pharmacy.

  3. WalterCherm表示:

    Their global reach is unmatched.
    https://cipropharm24.top/
    The staff provides excellent advice on over-the-counter choices.

  4. WalterCherm表示:

    Their senior citizen discounts are much appreciated.
    https://clomidpharm24.top/
    Breaking down borders with every prescription.

  5. Natisha表示:

    The 10 Scariest Things About Driving Lessons Louth
    Driving Lessons Louth (Natisha)

  6. Victorprima表示:

    A seamless fusion of local care with international expertise.
    cost of cheap cipro pills
    A pharmacy that’s globally recognized and locally loved.

  7. 397809 123493Hey! Do you use Twitter? Id like to follow you if that would be ok. Im definitely enjoying your blog and appear forward to new updates. 751892

  8. 20 Things You Must Know About Robotic Vacuum Robot vacuum Cleaners Best

  9. Interier86.ru表示:

    9 Lessons Your Parents Taught You About Comfortable
    Couches For Sale comfortable couches For sale (Interier86.ru)

  10. Where Will Psychiatric Assessment Near Me Be One Year From What Is Happening Now?
    private psychiatric Assessment near me

  11. WalterCherm表示:

    They provide a world of health solutions.
    https://lisinoprilpharm24.top/
    Their pet medication section is comprehensive.

  12. Victorprima表示:

    The staff always goes the extra mile for their customers.
    cipro tablets
    The team always ensures that I understand my medication fully.

  13. Nona表示:

    10 Best Mobile Apps For Goethe Certificate Goethe Certificate C2 (Nona)

  14. Buy Driving Licence Online UK Tools To Ease Your Daily Life Buy Driving Licence Online
    UK Trick That Every Person Should Know buy driving Licence online uk

  15. Victorprima表示:

    Their worldwide pharmacists’ consultations are invaluable.
    buy generic cytotec tablets
    They are always proactive about refills and reminders.

  16. ClaytonByday表示:

    Покупка недвижимости и ипотека https://konsta-ovk.ru что нужно знать? Разбираем выбор жилья, условия кредитования, оформление документов и юридические аспекты. Узнайте, как выгодно купить квартиру и избежать ошибок!

  17. Jasonzitte表示:

    A true gem in the international pharmacy sector.
    buy generic cipro price
    Appreciate their commitment to maintaining global healthcare standards.

  18. WalterCherm表示:

    They simplify global healthcare.
    https://cytotecpharm24.top/
    Trustworthy and efficient with every international delivery.

  19. Jasonzitte表示:

    Definitive journal of drugs and therapeutics.
    gabapentin phenibut combo
    They simplify global healthcare.

  20. Victorprima表示:

    Consistency, quality, and care on an international level.
    where to buy lisinopril 20mg online
    Quick, accurate, and dependable.

  21. Jasonzitte表示:

    Delivering worldwide standards with every prescription.
    how long does it take for gabapentin to relieve anxiety
    A one-stop-shop for all my health needs.

  22. Jasonzitte表示:

    Their health seminars are always enlightening.
    how can i get generic cytotec without rx
    Their medication reminders are such a thoughtful touch.

  23. 10 Startups That Will Change The Tony Mac Driving Courses Industry For The
    Better driving lessons

  24. What’s The Job Market For Used Pallets For Sale Professionals?
    Used Pallets For Sale

  25. The 3 Most Significant Disasters In Buy Driving License
    Poland History Kup Prawo jazdy A1

  26. Stewart表示:

    What’s The Current Job Market For Can Misted Double Glazing Be Repaired Professionals Like?
    can misted double glazing be repaired; Stewart,

  27. Sammy表示:

    17 Signs To Know You Work With Order Driver’s License
    borttappat körkort beställa nytt (Sammy)

  28. Victorprima表示:

    They simplify the complexities of international prescriptions.
    can i buy clomid
    Their vaccination services are quick and easy.

  29. 20 Myths About Metal Bunk Bed Frame: Dispelled metal bunk Beds

發佈回覆給「WalterCherm」的留言 取消回覆

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