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

  1. Jamestus表示:

    mexican pharmaceuticals online mexico drug stores pharmacies mexican border pharmacies shipping to usa

  2. ClaytonGauct表示:

    buy medicines online in india: indian pharmacy – online shopping pharmacy india

  3. ClaytonGauct表示:

    top 10 online pharmacy in india: top 10 pharmacies in india – india online pharmacy

  4. LarryHom表示:

    http://indianpharmacy.win/# indianpharmacy com

  5. LarryHom表示:

    https://canadianpharmacy.win/# canadian pharmacies that deliver to the us

  6. LarryHom表示:

    https://indianpharmacy.win/# india pharmacy

  7. ClaytonGauct表示:

    online shopping pharmacy india: best online pharmacy india – Online medicine home delivery

  8. Jamesknowl表示:

    http://indianpharmacy.win/# online shopping pharmacy india

  9. Brianchoky表示:

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

  10. Jamesknowl表示:

    https://indianpharmacy.win/# reputable indian online pharmacy

  11. Brianchoky表示:

    http://indianpharmacy.win/# indian pharmacy

  12. The share market is volatile and even experienced investors and brokers may sometimes find themselves in tricky situations.

  13. What Is Best Cot Newborn? Heck What Is Best Cot Newborn?
    Cot Bed (https://benton-moore.thoughtlanes.net/)

  14. Jamesknowl表示:

    https://indianpharmacy.win/# indianpharmacy com

  15. Jamestus表示:

    buying from online mexican pharmacy mexican border pharmacies shipping to usa pharmacies in mexico that ship to usa

  16. Jamestus表示:

    mexican mail order pharmacies mexican drugstore online medicine in mexico pharmacies

  17. Brianchoky表示:

    https://canadianpharmacy.win/# canadapharmacyonline com

  18. Jamesknowl表示:

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

  19. The Director of the Passive Home Institute, Dr.

  20. Water at planting time and repeatedly when progress begins.

  21. LarryHom表示:

    http://indianpharmacy.win/# best online pharmacy india

  22. At this point his instincts compel him to hunt down the construction of the pack-‘Who is the leader?

  23. Brianchoky表示:

    http://mexicanpharmacy.store/# buying from online mexican pharmacy

  24. Jamesknowl表示:

    https://mexicanpharmacy.store/# mexican rx online

  25. ­ It is ironic that on a planet that is 70 water, people haven’t got enough clean, protected water to drink.

  26. By this time, throughout stay severe weather protection on ABC/Fox affiliate WBKO; the station’s tower camera was pointed towards the western sections of Bowling Green as the twister approached.

  27. For her 2012 guide “The Swing Vote,” Linda Killian interviewed a host of self-identified independent voters who echoed similar concerns about the Washington cash machine.

  28. Your business is different, so your KPIs should be too.

發佈留言

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