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

  1. Leonardpar表示:

    http://mexicopharmacy.win/# mexico drug stores pharmacies

  2. Charleshon表示:

    http://indiapharmacy.shop/# top online pharmacy india
    buy erectile dysfunction pills

  3. Leonardpar表示:

    https://mexicopharmacy.win/# medication from mexico pharmacy

  4. DouglasGed表示:

    buy prescription drugs from india: Online pharmacy – Online medicine home delivery

  5. DouglasGed表示:

    mexican pharmaceuticals online: mexico pharmacies prescription drugs – mexico pharmacies prescription drugs

  6. You’ll Be Unable To Guess Toys That Make Women Squirt’s Secrets Toys That Make Women Squirt

  7. Leonardpar表示:

    http://edpillpharmacy.store/# ed medication online

  8. eurasiaaz.Com表示:

    What Is Green Power Folding Mobility Scooter And How To
    Utilize It? green power electric mobility scooter [eurasiaaz.Com]

  9. Samueldub表示:

    https://sildenafil.llc/# cialis vs viagra

  10. Georgedrync表示:

    buy viagra online without a prescription: buy sildenafil online canada – buy viagra online without a prescription

  11. Samueldub表示:

    https://tadalafil.auction/# when should you take cialis

  12. Samueldub表示:

    http://tadalafil.auction/# back pain from cialis

  13. Georgedrync表示:

    cialis 10mg: cialis without a doctor prescription – where can i buy cialis 20mg

  14. Georgedrync表示:

    buy viagra generic: Cheap generic Viagra – viagra

  15. Georgedrync表示:

    cialis generic online johannesburg: Buy Cialis online – cialis free canada

  16. Samueldub表示:

    https://tadalafil.auction/# dapoxetine/cialis

  17. Samueldub表示:

    http://sildenafil.llc/# viagra price

  18. Georgedrync表示:

    generic viagra overnight: Viagra online price – cheap viagra

  19. Georgedrync表示:

    viagra coupons: Buy Viagra online in USA – viagra dosage

  20. Samueldub表示:

    https://sildenafil.llc/# buy viagra

  21. Georgedrync表示:

    100mg viagra without a doctor prescription: Buy Viagra online cheap – 100 mg viagra lowest price

  22. Georgedrync表示:

    viagra cost: buy sildenafil online canada – over the counter alternative to viagra

  23. Samueldub表示:

    https://tadalafil.auction/# cialis online australia

  24. Samueldub表示:

    http://sildenafil.llc/# free viagra

  25. Forget Collapsible Scooter: 10 Reasons Why You Do Not Need It 1559014.Xyz (http://Www.1559014.Xyz)

  26. Live Poker表示:

    Feel free to visit my web-site; Live Poker

  27. Samueldub表示:

    https://tadalafil.auction/# cialis suppliers uk cheap

發佈留言

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