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

  1. Brianchoky表示:

    https://canadianpharmacy.win/# my canadian pharmacy review

  2. Jamestus表示:

    pharmacy website india indian pharmacy online п»їlegitimate online pharmacies india

  3. Brianchoky表示:

    https://indianpharmacy.win/# cheapest online pharmacy india

  4. ClaytonGauct表示:

    buying drugs from canada: best online canadian pharmacy – canada drugs online review

  5. LarryHom表示:

    http://mexicanpharmacy.store/# best online pharmacies in mexico

  6. ClaytonGauct表示:

    canada drug pharmacy: best canadian online pharmacy – safe canadian pharmacy

  7. LarryHom表示:

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

  8. ClaytonGauct表示:

    canadian pharmacy checker: best online canadian pharmacy – canadianpharmacyworld

  9. Jamestus表示:

    mexican rx online mexico drug stores pharmacies purple pharmacy mexico price list

  10. LarryHom表示:

    https://mexicanpharmacy.store/# pharmacies in mexico that ship to usa

  11. Jamesknowl表示:

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

  12. ClaytonGauct表示:

    best online pharmacy india: indian pharmacy online – best india pharmacy

  13. Brianchoky表示:

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

  14. Inventory speculators/investors face several costs akin to commissions, taxes and fees to be paid for the brokerage and other companies, like the buying/promoting orders placed by means of a inventory broker inventory trade.

  15. Jamesknowl表示:

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

  16. LarryHom表示:

    http://mexicanpharmacy.store/# medicine in mexico pharmacies

  17. Brianchoky表示:

    http://mexicanpharmacy.store/# п»їbest mexican online pharmacies

  18. Although the pure ore is now depleted, taconite mining stays strong using processes developed domestically to avoid wasting the trade.

  19. Jamesknowl表示:

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

  20. If this doesn’t happen, the shareholders can vote to have the management removed, at least in theory.

  21. Peter O’Rourke. “Ferguson explains Barthez transfer”.

  22. Brianchoky表示:

    https://canadianpharmacy.win/# canada pharmacy online legit

  23. Crowther, Mark (2013-08-14). “FIDE World Cup round 1 Playoffs and Spherical 2 draw”.

  24. Jamesknowl表示:

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

  25. Between 2007 and 2014, Common Studios Hollywood made use of Universal’s House of Horrors, its everlasting haunted attraction, as a part of Halloween Horror Nights, by re-theming it for the event.

  26. Jamestus表示:

    canadian pharmacy cheap prescription drugs canada buy online best canadian pharmacy to buy from

  27. Jamestus表示:

    best online pharmacies in mexico mexico drug stores pharmacies medication from mexico pharmacy

  28. LarryHom表示:

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

發佈留言

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