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

18,420 Responses

  1. вывод из запоя цены на дому ростов вывод из запоя цены на дому ростов .

  2. LarryHom表示:

    http://canadianpharmacy.win/# canada pharmacy

  3. This Is The Ultimate Guide To Replacement Mercedes Key Near Me Lost mercedes Key

  4. ClaytonGauct表示:

    best online pharmacies in mexico: best online pharmacies in mexico – pharmacies in mexico that ship to usa

  5. LarryHom表示:

    https://indianpharmacy.win/# buy prescription drugs from india

  6. LarryHom表示:

    https://mexicanpharmacy.store/# buying prescription drugs in mexico online

  7. Jamestus表示:

    online pharmacy canada canadian drugs online canadianpharmacymeds com

  8. Lovie表示:

    Ten Accident Lawyers-Related Stumbling Blocks You Should Never Share On Twitter injurys
    attorney near me (Lovie)

  9. The 10 Most Terrifying Things About Search Engine Optimisation Agency search Engine optimisation Agency

  10. Brianchoky表示:

    http://canadianpharmacy.win/# best rated canadian pharmacy

  11. Melodee表示:

    The 10 Scariest Things About Accident And Injury Lawyers accident and injury lawyers (Melodee)

  12. Jamesknowl表示:

    https://indianpharmacy.win/# india pharmacy mail order

  13. Brianchoky表示:

    https://indianpharmacy.win/# top 10 pharmacies in india

  14. An Citroen C3 Key Fob Replacement Success Story You’ll Never Be Able To citroen car Key Cover

  15. Jamesknowl表示:

    https://canadianpharmacy.win/# canadian pharmacy world

  16. LarryHom表示:

    https://indianpharmacy.win/# pharmacy website india

  17. Jamesknowl表示:

    https://canadianpharmacy.win/# trustworthy canadian pharmacy

  18. Brianchoky表示:

    https://mexicanpharmacy.store/# mexico drug stores pharmacies

  19. Brianchoky表示:

    https://indianpharmacy.win/# п»їlegitimate online pharmacies india

  20. Jamestus表示:

    canadian pharmacy 24h com best online canadian pharmacy canada pharmacy online legit

  21. Are You Getting The Most Value The Use Of Your Rabbit Vibrators For Sale?
    Rabbit Clitoral Vibrator

  22. Jamesknowl表示:

    http://mexicanpharmacy.store/# buying prescription drugs in mexico

  23. Brianchoky表示:

    http://canadianpharmacy.win/# best canadian online pharmacy

  24. Jamestus表示:

    mexican border pharmacies shipping to usa mexican pharmaceuticals online buying prescription drugs in mexico

  25. One is to change the surface layer with white gravel or reflective marble chips to increase its photo voltaic reflectance.

  26. LarryHom表示:

    https://canadianpharmacy.win/# best canadian pharmacy to order from

  27. Brianchoky表示:

    http://canadianpharmacy.win/# trustworthy canadian pharmacy

  28. This web site covers the primary look of Wolverine, worth, plot, investment recommendation and in addition gives places you should buy it!

  29. I believe most, possibly prime few , languages are in class the place I can guess from a text what it’s.

發佈留言

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