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

  1. kypit 1s_tqEn表示:

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

  2. AndreDib表示:

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

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

  4. CurtisBam表示:

    canadian pharmacy online: Canadian Md Pharm – canadian pharmacy prices

  5. 便の良い表示:

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

  6. Edwardrob表示:

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

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

  8. WilliamBak表示:

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

  9. Brandonnot表示:

    Indian Cert Pharm: Online pharmacy – indian pharmacy

  10. Brandonnot表示:

    adderall canadian pharmacy: canadian pharmacies – trustworthy canadian pharmacy

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

  12. 福岡室内表示:

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

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

  14. Brandonnot表示:

    Mexican Easy Pharm: Mexican Easy Pharm – mexican drugstore online

  15. BobbyVople表示:

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

發佈留言

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