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

26,881 Responses

  1. RussellCof表示:

    Amo Health Care: Amo Health Care – amoxicillin 825 mg

  2. RussellCof表示:

    where buy generic clomid for sale: order generic clomid no prescription – where can i buy generic clomid now

  3. OscarOmist表示:

    PredniHealth: prednisone 10mg canada – 5 prednisone in mexico

  4. RussellCof表示:

    amoxicillin 500mg for sale uk: Amo Health Care – how much is amoxicillin prescription

  5. MatthewMof表示:

    get cheap clomid no prescription Clom Health clomid cheap

  6. Judsonrax表示:

    can i buy clomid without rx: Clom Health – how can i get generic clomid for sale

  7. Профессиональный сервисный центр по ремонту техники.
    Мы предлагаем: Ремонт духовых шкафов с выездом на дом
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  8. Rogerbup表示:

    https://clomhealth.com/# where buy clomid without a prescription

  9. Rogerbup表示:

    http://prednihealth.com/# PredniHealth

  10. MatthewMof表示:

    prednisone pills for sale prednisone 20mg price PredniHealth

  11. Rogerbup表示:

    https://amohealthcare.store/# Amo Health Care

  12. RussellCof表示:

    Amo Health Care: Amo Health Care – buy amoxicillin 500mg

  13. Rogerbup表示:

    https://amohealthcare.store/# amoxicillin 500mg no prescription

  14. RussellCof表示:

    PredniHealth: PredniHealth – PredniHealth

  15. RussellCof表示:

    PredniHealth: 20 mg of prednisone – prednisone 2.5 mg

  16. MatthewMof表示:

    buy prednisone without prescription PredniHealth PredniHealth

  17. OscarOmist表示:

    Amo Health Care: how much is amoxicillin – Amo Health Care

  18. RussellCof表示:

    Amo Health Care: Amo Health Care – Amo Health Care

  19. Judsonrax表示:

    cost of clomid for sale: buy generic clomid without dr prescription – cost clomid tablets

  20. Rogerbup表示:

    http://prednihealth.com/# purchase prednisone canada

  21. MatthewMof表示:

    where can i get cheap clomid without dr prescription Clom Health can i buy generic clomid

  22. Rogerbup表示:

    https://amohealthcare.store/# amoxicillin medicine

  23. RussellCof表示:

    Amo Health Care: Amo Health Care – Amo Health Care

  24. Ronaldpayon表示:

    https://zipgenericmd.shop/# cheap Cialis online

  25. Ronaldpayon表示:

    https://zipgenericmd.shop/# best price Cialis tablets

  26. LorenzoLiate表示:

    buy generic Viagra online trusted Viagra suppliers cheap Viagra online

  27. RobertRef表示:

    affordable ED medication: secure checkout ED drugs – reliable online pharmacy Cialis

發佈留言

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