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

21,573 Responses

  1. Jacobbep表示:

    Pharmacie en ligne livraison Europe https://tadalafilmeilleurprix.com/# Pharmacie en ligne livraison Europe

  2. Guide To Window Frame Repair Near Me: The Intermediate Guide
    Towards Window Frame Repair Near Me window Frame repair near me

  3. Richardprurf表示:

    http://tadalafilmeilleurprix.com/# п»їpharmacie en ligne france
    Pharmacie sans ordonnance

  4. NorbertKep表示:

    Prix du Viagra en pharmacie en France: Viagra pharmacie – Viagra vente libre pays

  5. Jacobbep表示:

    pharmacie en ligne sans ordonnance https://kamagrameilleurprix.shop/# pharmacie en ligne sans ordonnance

  6. Perryzoozy表示:

    pharmacie en ligne france livraison belgique kamagra pas cher Pharmacie en ligne livraison Europe

  7. Jacobbep表示:

    Achat mГ©dicament en ligne fiable https://pharmaciemeilleurprix.com/# pharmacie en ligne france livraison belgique

  8. Richardprurf表示:

    http://tadalafilmeilleurprix.com/# pharmacie en ligne france livraison belgique
    acheter mГ©dicament en ligne sans ordonnance

  9. Perryzoozy表示:

    Prix du Viagra en pharmacie en France Viagra sans ordonnance 24h SildГ©nafil 100 mg prix en pharmacie en France

  10. Richardprurf表示:

    http://viagrameilleurprix.com/# Acheter Sildenafil 100mg sans ordonnance
    п»їpharmacie en ligne france

  11. WilsonVah表示:

    pharmacie en ligne pas cher: kamagra en ligne – pharmacie en ligne livraison europe

  12. Richardprurf表示:

    https://tadalafilmeilleurprix.com/# pharmacie en ligne pas cher
    Achat mГ©dicament en ligne fiable

  13. Shanice表示:

    Mental Health Help Near Me: What No One Is Discussing private mental health assessment cost (Shanice)

  14. 5 Common Myths About Mental Health Assessments You Should
    Stay Clear Of needs Assessment for mental health

  15. JustinTam表示:

    doxycycline online paypal: doxycycline over the counter india – doxycycline capsule price

  16. VirgilBlawl表示:

    buying doxycycline uk price of doxycycline average price of doxycycline

  17. JustinTam表示:

    where can i get generic clomid without rx: buying clomid for sale – can i order cheap clomid no prescription

  18. Roberttic表示:

    http://doxhealthpharm.com/# doxycycline 150 mg cost

  19. Briantrozy表示:

    doxycycline cost canada: can you buy doxycycline over the counter australia – can i buy doxycycline online

  20. Roberttic表示:

    https://doxhealthpharm.com/# doxycycline online uk

  21. Roberttic表示:

    https://zithropharm.com/# zithromax purchase online

  22. JustinTam表示:

    where to buy amoxicillin over the counter: amoxicillin capsule 500mg price – can we buy amoxcillin 500mg on ebay without prescription

  23. BrandonJag表示:

    can i order cheap clomid: ClmHealthPharm – where buy generic clomid tablets

  24. Roberttic表示:

    https://clmhealthpharm.com/# cost cheap clomid price

  25. Briantrozy表示:

    zithromax 500 mg lowest price online: zithromax online pharmacy canada – zithromax for sale us

  26. Wooden Window Frame Repairs Near Me Tools To Help You Manage
    Your Everyday Lifethe Only Wooden Window Frame Repairs Near Me Trick Every Individual
    Should Know window frame Repairs near me

  27. How To Explain Mental Health Diagnosis To Your Grandparents mental health capacity assessment

  28. Roberttic表示:

    https://amohealthpharm.com/# where to buy amoxicillin

  29. Briantrozy表示:

    canadian pharmacy amoxicillin: buy amoxicillin online with paypal – price for amoxicillin 875 mg

  30. JustinTam表示:

    buy amoxicillin 500mg online: amoxicillin generic – where can i buy amoxicillin over the counter uk

發佈留言

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