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

  1. JefferyTar表示:

    indianpharmacy com: Indian pharmacy international shipping – online shopping pharmacy india

  2. Jamiecaw表示:

    http://canadiandrugsgate.com/# drug prices comparison

  3. order表示:

    15 Latest Trends And Trends In Treadmill Fold Flat order

  4. How Much Is A Private ADHD Assessment Is The Next
    Hot Thing In How Much Is A Private ADHD Assessment
    Private Adhd Assessment Reading

  5. Your Family Will Be Thankful For Having This Pragmatic Ranking 프라그마틱 무료게임 – Rankuppages.Com,

  6. What You Can Use A Weekly Repairing Upvc Door Project Can Change Your Life Repairing Upvc Doors

  7. 10 Best Mobile Apps For Pragmatic Sugar Rush 프라그마틱 슬롯체험

  8. Cassandra表示:

    What’s The Current Job Market For Automatic Fold
    Up Scooter Professionals? automatic fold up scooter (Cassandra)

  9. 15 Unquestionably Reasons To Love Nissan Key Replacement Near Me key fob programming

  10. The Top Reasons People Succeed Within The Anonymous Crypto Casino Industry online crypto casino

  11. The Unknown Benefits Of Window Repair Maidstone double glazing
    Repair in maidstone (http://www.stes.tyc.edu.tw)

  12. Seven Reasons To Explain Why Asbestos Attorney Is So Important mesothelioma Lawyers

  13. 11 Ways To Completely Sabotage Your Electric Mobility Scooters For
    Sale Motorised mobility scooters for sale

  14. Elizbeth表示:

    The 10 Most Scariest Things About Case Opening Battles case opening battles (Elizbeth)

  15. Тут можно преобрести сейф огнестойкий в москве купить сейф несгораемый

  16. Тут можно преобрести сейф огнеупорный купить купить сейф огнестойкий в москве

  17. 9 Lessons Your Parents Taught You About Replacement Car Key Costs replacement car key cost

  18. 5 Killer Quora Answers To Upvc Door Lock Repair upvc Door lock repair

  19. What NOT To Do During The Patio Electric Heater Industry Best electric patio heaters uk

  20. 15 Unexpected Facts About Car Key Reprogramming That You Didn’t Know About
    Reprogramming Keys For Cars (http://79Bo3.Com/Space-Uid-4309790.Html)

  21. Rocco表示:

    The Top Mattress Double Pocket Sprung Gurus Are Doing 3 Things mattresses double (Rocco)

  22. GlennSnofs表示:

    erection problems Canadian pharmacy best prices ambien without a doctor’s prescription

  23. 9 Things Your Parents Teach You About Pellet Stoves For Sale Used pellet stoves for sale Used

  24. GlennSnofs表示:

    best india pharmacy Best online Indian pharmacy Online medicine home delivery

  25. Togel Sydney表示:

    The 10 Scariest Things About Link Togel Togel Sydney

  26. Jamiecaw表示:

    http://mexicanpharmgate.com/# mexico drug stores pharmacies

  27. Jamiecaw表示:

    http://indianpharmacyeasy.com/# india online pharmacy

  28. Five Killer Quora Answers To Situs Terpercaya Situs Terpercaya

  29. JefferyTar表示:

    mexican pharmaceuticals online: medicines mexico rx online – buying prescription drugs in mexico online

發佈留言

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