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

25,721 Responses

  1. Jessepooto表示:

    Играйте РїРѕ СЃРІРѕРёРј правилам РЅР° автомате.: balloon казино – balloon игра

  2. RandallLoone表示:

    canada drug pharmacy: prescription drugs canada buy online – my canadian pharmacy reviews

  3. RandallLoone表示:

    mexican pharmacy acp: mexican pharmacy acp – mexican pharmacy acp

  4. Lorenzopep表示:

    Their medication reminders are such a thoughtful touch.
    can gabapentin cause sleepiness
    Global expertise with a personalized touch.

  5. MorganThymn表示:

    buying prescription drugs in mexico online: mexican pharmacy acp – mexican pharmacy acp

  6. Lorenzopep表示:

    Their patient education resources are top-tier.
    can i order cheap cytotec without prescription
    I always feel valued and heard at this pharmacy.

  7. RandallLoone表示:

    best online pharmacies in mexico: mexican online pharmacies prescription drugs – mexican pharmacy acp

  8. MorganThymn表示:

    Indian pharmacy international shipping: Online medicine home delivery – Online medicine home delivery

  9. Charlescek表示:

    canadian pharmacy cheap Canadian Pharmacy AAPD best canadian pharmacy online

  10. MorganThymn表示:

    canadian pharmacy 24 com: Canadian Pharmacy AAPD – canada rx pharmacy

  11. Lorenzopep表示:

    Their flu shots are quick and hassle-free.
    where buy generic cipro prices
    They have a fantastic range of supplements.

  12. MorganThymn表示:

    pet meds without vet prescription canada: best canadian pharmacy online – pharmacy canadian superstore

  13. MorganThymn表示:

    Best online Indian pharmacy: india pharmacy – Indian Pharmacy Abp

  14. RandallLoone表示:

    canadian pharmacy world: canadian pharmacies comparison – canadian pharmacies compare

  15. MorganThymn表示:

    mexican pharmacy acp: buying prescription drugs in mexico – mexican pharmacy acp

  16. RandallLoone表示:

    indian pharmacy: Indian pharmacy international shipping – Indian Pharmacy Abp

  17. RandallLoone表示:

    canadian drug pharmacy: trusted canadian pharmacy – my canadian pharmacy

  18. MorganThymn表示:

    IndianPharmacyAbp: India pharmacy ship to USA – Best Indian pharmacy

  19. Charlescek表示:

    Indian pharmacy international shipping Indian pharmacy online Online medicine home delivery

  20. RandallLoone表示:

    buying from online mexican pharmacy: mexican pharmacy acp – mexican pharmacy acp

  21. Manuelgript表示:

    https://mexicanpharmacyacp.com/# mexican pharmacy acp
    medication from mexico pharmacy

  22. MorganThymn表示:

    Indian pharmacy online: indian pharmacy – online shopping pharmacy india

  23. MorganThymn表示:

    buying prescription drugs in mexico online: mexican pharmacy acp – mexican pharmacy acp

  24. Charlescek表示:

    mexican pharmacy acp mexican pharmacy acp buying prescription drugs in mexico

  25. RandallLoone表示:

    pharmacy website india: Online medicine home delivery – Indian Pharmacy Abp

  26. Charlescek表示:

    medication from mexico pharmacy mexican pharmacy acp purple pharmacy mexico price list

  27. Charlescek表示:

    indian pharmacy online shopping pharmacy india indian pharmacy online

  28. MorganThymn表示:

    Best Indian pharmacy: reputable indian online pharmacy – IndianPharmacyAbp

  29. RandallLoone表示:

    India pharmacy ship to USA: Online medicine home delivery – best india pharmacy

  30. RandallLoone表示:

    mexican pharmacy acp: mexican pharmacy acp – pharmacies in mexico that ship to usa

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

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