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

19,034 Responses

  1. They have a dedicated research team which invest in the stocks after doing proper research.

  2. CurtisBam表示:

    canadian mail order pharmacy: Canadian Md Pharm – canadian pharmacy no rx needed

  3. Brandonnot表示:

    Best Indian pharmacy: Indian Cert Pharm – Best online Indian pharmacy

  4. Brandonnot表示:

    best canadian online pharmacy: ed drugs online from canada – precription drugs from canada

  5. Examples in the United States of Holiday’s work could also be seen in the sacristy of St.

  6. kypit 1s_tqEn表示:

    купить 1с бухгалтерия 8.3 проф версия цена купить 1с бухгалтерия 8.3 проф версия цена .

  7. AndreDib表示:

    online canadian drugstore https://mexicaneasypharm.shop/# Mexican Easy Pharm
    online pharmacy india

  8. This doc will embody each favorable and unfavorable data about a security issuer, which differs from the way in which securities had been exchanged before the stock market crash.

  9. CurtisBam表示:

    canadian pharmacy online: Canadian Md Pharm – canadian pharmacy prices

  10. 便の良い表示:

    You might remember this delightful dessert from “The Chronicles of Narnia,” but have you learnt the place it originated in actual life?

  11. Edwardrob表示:

    вызвать девушку калуга снять девушек в калуге

  12. Understand the various time frames included, as properly because the kinds of charts plus the type of data and information that one can get from them.

  13. WilliamBak表示:

    Хотите купить окна заказ окно мелке по разумной цене? Ознакомьтесь с нашим предложением! У нас — качество, надежность и стиль по доступной стоимости. Индивидуальный подход к каждому заказу!

  14. Brandonnot表示:

    Indian Cert Pharm: Online pharmacy – indian pharmacy

  15. Brandonnot表示:

    adderall canadian pharmacy: canadian pharmacies – trustworthy canadian pharmacy

  16. On the other hand, if the money flow index is below 30, investors are encouraged to buy more shares.

  17. 福岡室内表示:

    In Forex market alone, these are the six major players participating in the $1.8 trillion worth of daily volume.

  18. Air does not function the same means as water beneath floor.

  19. Brandonnot表示:

    Mexican Easy Pharm: Mexican Easy Pharm – mexican drugstore online

  20. BobbyVople表示:

    kinogo сериалы про преступников kinogo лучшие экшены

發佈留言

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