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

15,131 Responses

  1. DanielTet表示:

    cytotec online http://tamoxifen.bid/# tamoxifen cancer
    lasix side effects

  2. DanielTet表示:

    buy cytotec pills http://lipitor.guru/# price of lipitor in india
    lasix 40mg

  3. Jamesric表示:

    lisinopril 10 mg pill: buy lisinopril – order lisinopril

  4. Jamesric表示:

    buy misoprostol over the counter: buy misoprostol tablet – Misoprostol 200 mg buy online

  5. Golf Clubs – Picking The Right Type For Choosing The Right Use 인천오피 (http://hollywoodbuyout.com/)

  6. Jamesric表示:

    buy cytotec pills: buy misoprostol tablet – cytotec online

  7. Jamesric表示:

    Misoprostol 200 mg buy online: Misoprostol price in pharmacy – order cytotec online

  8. Private equity funds in India have been quite successful.

  9. Pay particular attention to negative feedback.

  10. In August 2023, SoFi began integrating Galileo Financial Technologies’ conversational AI engine into its personal finance application.

  11. Unless you are placing a market order which is executed at present market prices, you must indicate the price you wish for your order to be filled.

  12. Jamesric表示:

    purchase cytotec: buy misoprostol tablet – cytotec buy online usa

  13. DanielTet表示:

    cytotec buy online usa https://furosemide.win/# lasix 40mg
    lasix 100 mg tablet

  14. You could even get a group of friends to hold a series of signs that spell out the name of your school or mascot.

  15. Jamesric表示:

    buy lipitor 40 mg: buy lipitor 20mg – lipitor 80 mg daily

  16. DanielTet表示:

    Abortion pills online https://furosemide.win/# lasix medication
    furosemide 100 mg

  17. Feel free to visit my blog post: Marquitaransom.Com

  18. DanielTet表示:

    order cytotec online http://cytotec.pro/# buy cytotec online fast delivery
    buy lasix online

  19. DanielTet表示:

    cytotec pills buy online http://lipitor.guru/# buy cheap lipitor
    lasix 100mg

  20. DanielTet表示:

    Cytotec 200mcg price https://cytotec.pro/# buy cytotec online fast delivery
    lasix online

  21. Jamesric表示:

    10mg generic 10mg lisinopril: Lisinopril online prescription – best price for lisinopril

  22. Jamesric表示:

    aromatase inhibitor tamoxifen: nolvadex gynecomastia – tamoxifen chemo

  23. Jamesric表示:

    furosemide 40mg: buy furosemide – buy lasix online

  24. Jamesric表示:

    nolvadex steroids: tamoxifen headache – tamoxifen and osteoporosis

  25. Vacation表示:

    Way cool! Some extremely valid points! I appreciate you writing this post and the rest of the website is really good.

  26. 사상오피表示:

    9 Months On The Table – A Story Of Pregnancy
    Massage 사상오피

  27. Stephenzek表示:

    https://tamoxifen.bid/# aromatase inhibitor tamoxifen

  28. Jamesric表示:

    buy cytotec over the counter: cytotec best price – buy cytotec pills online cheap

  29. Jamesric表示:

    Misoprostol 200 mg buy online: buy misoprostol tablet – buy cytotec pills online cheap

發佈留言

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