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

  1. Mystery Boxes: The Good, The Bad, And The Ugly Best gaming mystery box

  2. Search Engine Optimization – Should You Purchase Links?

    검색엔진최적화 마케팅

  3. How To Become A Prosperous High Wycombe Window Repair When You’re
    Not Business-Savvy glass cut to size High wycombe

  4. 5 Killer Quora Answers To Lawyers For Accidents
    Near Me lawyers for accidents near Me

  5. 10 Startups That Are Set To Revolutionize The Best Espresso Machine
    Industry For The Better espresso maker for home – socialbaskets.com

  6. Тут можно преобрести сейф москва огнестойкий купить противопожарный сейф

  7. Тут можно преобрести сейф огнеупорный сейф несгораемый купить

  8. BrandonSaisy表示:

    Online medicine order: Indian pharmacy to USA – india pharmacy

  9. Williamagric表示:

    generic viagra without a doctor prescription https://pharm24.pro/# cheap medications

  10. Тут можно преобрести оружейные сейфы в москве купить шкаф оружейный

  11. Тут можно преобрести сейф для оружия купить москва оружейные сейфы купить

  12. The Main Issue With Car Locksmiths Near Me And How
    To Fix It cheap locksmith for cars Near me

  13. Whitney表示:

    Feel free to surf to my site online dating sites for wealthy – Whitney,

  14. 10 Untrue Answers To Common Couches On Sale Questions Do You Know
    The Right Answers? couches On Sale near me

  15. DevonPhack表示:

    http://indianpharm24.pro/# Online medicine order
    anti fungal pills without prescription

  16. Why Everyone Is Talking About French Door Fridge Sale Right
    Now French Door Fridge Cheap – Images.Google.Co.Il

  17. Jorgeagopy表示:

    indian pharmacies safe: Order medicine from India to USA – pharmacy website india

  18. BrandonSaisy表示:

    ed pills that work: buy drugs – ed in young men

  19. 20 Myths About Attorneys For Asbestos Exposure: Busted mesothelioma attorneys

  20. DevonPhack表示:

    https://mexicanpharm24.cheap/# mexican mail order pharmacies
    best ed solution

  21. Ten Best Coffee Machine Pods That Really Make Your Life Better best Coffee machine Pods

  22. Jorgeagopy表示:

    mexican border pharmacies shipping to usa: mexico pharmacy – best online pharmacies in mexico

  23. The 10 Scariest Things About Filtered Coffee
    Machine coffee Machine

  24. Williamagric表示:

    over the counter ed https://pharm24.pro/# ed drugs online

  25. Williamagric表示:

    ed pills that really work https://pharm24.pro/# over the counter ed drugs

  26. How To Create An Awesome Instagram Video About ADHD Private Diagnosis Cost private Adhd assessment

發佈留言

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