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

  1. Sidneycrurn表示:

    https://tadalafilit.store/# farmacia online miglior prezzo

  2. Tracyseils表示:

    farmacie online affidabili: kamagra oral jelly – farmacia online

  3. Tracyseils表示:

    farmaci senza ricetta elenco: Farmacie a roma che vendono cialis senza ricetta – farmacia online miglior prezzo

  4. Sonnyaftem表示:

    farmacie on line spedizione gratuita: Avanafil farmaco – п»їfarmacia online migliore

  5. Tracyseils表示:

    pillole per erezione in farmacia senza ricetta: viagra generico – viagra originale in 24 ore contrassegno

  6. TerryRam表示:

    farmacia online acquistare farmaci senza ricetta п»їfarmacia online migliore

  7. Tracyseils表示:

    top farmacia online: kamagra gold – farmacie online affidabili

  8. Sidneycrurn表示:

    https://sildenafilit.bid/# esiste il viagra generico in farmacia

  9. Tracyseils表示:

    acquisto farmaci con ricetta: avanafil – farmacia online migliore

  10. Sonnyaftem表示:

    farmacia online piГ№ conveniente: cialis prezzo – farmaci senza ricetta elenco

  11. Tracyseils表示:

    farmacia online: kamagra gel prezzo – farmacia online

  12. TerryRam表示:

    comprare farmaci online con ricetta kamagra oral jelly farmacie online autorizzate elenco

  13. Tracyseils表示:

    farmaci senza ricetta elenco: avanafil spedra – farmacia online migliore

  14. Michaelnot表示:

    http://wellbutrin.rest/# purchase wellbutrin

  15. MichaelOwend表示:

    buy generic clomid no prescription: where buy cheap clomid without dr prescription – can you buy cheap clomid now

  16. Michaelnot表示:

    http://wellbutrin.rest/# wellbutrin bupropion

  17. MichaelOwend表示:

    clomid sale: Buy Clomid Online – where can i get generic clomid without a prescription

  18. Michaelnot表示:

    https://wellbutrin.rest/# wellbutrin coupon canada

  19. MichaelOwend表示:

    2018 wellbutrin: buy wellbutrin – can i purchase wellbutrin without prescription in canada

  20. Michaelnot表示:

    https://claritin.icu/# buying ventolin in usa

  21. Mathewtow表示:

    paxlovid for sale https://paxlovid.club/# paxlovid buy

  22. MichaelOwend表示:

    neurontin 100mg price: gabapentin best price – neurontin 100mg tablet

  23. Michaelnot表示:

    https://wellbutrin.rest/# price generic wellbutrin

  24. sitemap.xml表示:

    Hi there, off ourse this piece oof wrioting iss truly fastidiohs andd I havge
    learned loot of things from iit about blogging. thanks.

  25. MichaelOwend表示:

    wellbutrin 151: wellbutrin no prescription – wellbutrin online pharmacy

  26. sitemap.xml表示:

    I aam noot sure where you aree gettin you information, bbut good topic.
    I needss to spend skme time learrning more oor understanding more.
    Thanks for magnificent info I wass looking ffor this information for myy
    mission.

  27. sitemap表示:

    Can I sumply jus sayy wjat a ccomfort too find a person thwt genuinely knows whwt they’re discussing oon tthe web.

    Youu definitelpy know how to bring ann issue to light and make
    it important. Moree people should chec this out
    annd understand this sde off your story. I was surprsed youu aare not more popjlar because you certainly have thee gift.

  28. Michaelnot表示:

    http://wellbutrin.rest/# wellbutrin price

  29. sitemap表示:

    My parther annd I stumled oveer hre different pag and thought I mihht
    ceck things out. I like whhat I seee sso now i’m folloowing you.
    Loook forward tto goijg ovber your weeb pate for a second time.

  30. MichaelOwend表示:

    ventolin cost: ventolin otc uk – ventolin australia price

發佈回覆給「sitemap.xml」的留言 取消回覆

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