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

  1. Rogerbup表示:

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

  2. RussellCof表示:

    where can i get generic clomid now: cost clomid pills – get cheap clomid without dr prescription

  3. MatthewMof表示:

    PredniHealth PredniHealth PredniHealth

  4. OscarOmist表示:

    buy amoxicillin online cheap: amoxicillin discount coupon – rexall pharmacy amoxicillin 500mg

  5. RussellCof表示:

    prednisone 300mg: prednisone 50 mg price – prednisone 4mg tab

  6. RussellCof表示:

    where to buy amoxicillin pharmacy: Amo Health Care – amoxicillin capsule 500mg price

  7. MatthewMof表示:

    get generic clomid now Clom Health can i buy cheap clomid without prescription

  8. RussellCof表示:

    prednisone 4mg tab: PredniHealth – PredniHealth

  9. JimmyRoows表示:

    Francisk Skorina https://www.gsu.by Gomel State University. One of the leading academic and scientific-research centers of the Belarus. There are 12 Faculties at the University, 2 scientific and research institutes. Higher education in 35 specialities of the 1st degree of education and 22 specialities.

  10. Rogerbup表示:

    https://clomhealth.shop/# cost generic clomid without insurance

  11. Rogerbup表示:

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

  12. MichaelDat表示:

    ГГУ имени Ф.Скорины https://www.gsu.by/ крупный учебный и научно-исследовательский центр Республики Беларусь. Высшее образование в сфере гуманитарных и естественных наук на 12 факультетах по 35 специальностям первой ступени образования и 22 специальностям второй, 69 специализациям.

  13. MatthewMof表示:

    buy prednisone 10 mg prednisone prescription online PredniHealth

  14. RussellCof表示:

    generic clomid: Clom Health – buy cheap clomid without dr prescription

  15. Rogerbup表示:

    http://clomhealth.com/# where can i buy clomid

  16. OscarOmist表示:

    Amo Health Care: amoxicillin in india – where can i buy amoxicillin over the counter uk

  17. MatthewMof表示:

    azithromycin amoxicillin Amo Health Care Amo Health Care

  18. RussellCof表示:

    cheap clomid now: Clom Health – can you get cheap clomid prices

  19. RussellCof表示:

    Amo Health Care: Amo Health Care – buy amoxicillin online uk

  20. OscarOmist表示:

    price for amoxicillin 875 mg: cheap amoxicillin 500mg – amoxicillin 500mg capsule buy online

  21. MatthewMof表示:

    prednisone best price PredniHealth PredniHealth

  22. RussellCof表示:

    clomid rx: Clom Health – can you buy cheap clomid without prescription

  23. MatthewMof表示:

    amoxil generic Amo Health Care Amo Health Care

  24. Rogerbup表示:

    https://clomhealth.com/# cost cheap clomid no prescription

  25. Judsonrax表示:

    Amo Health Care: Amo Health Care – Amo Health Care

  26. Rogerbup表示:

    http://prednihealth.com/# PredniHealth

  27. MatthewMof表示:

    prednisone 60 mg price PredniHealth prednisone 1 mg daily

發佈回覆給「MatthewMof」的留言 取消回覆

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