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

18,477 Responses

  1. Jeffreywex表示:

    http://gramster.ru/# gramster.ru

  2. OLaneevige表示:

    Hey this is somewhat of off topic but I was wanting to know if blogs use WYSIWYG editors or if you have to manually code with HTML. I’m starting a blog soon but have no coding experience so I wanted to get advice from someone with experience. Any help would be greatly appreciated!

    https://05161.com.ua/prozrachnost-i-stil-obnovlenie-stekla-far-dlya-avto

  3. RobertCow表示:

    пин ап: gramster – пин ап казино

  4. RobertCow表示:

    pinup 2025: Gramster – пин ап

  5. RobertCow表示:

    пин ап: Gramster – пинап казино

  6. Cindy表示:

    20 Trailblazers Lead The Way In Asbestos Mesothelioma Lawsuit mesothelioma attorneys – Cindy,

  7. Jamesboype表示:

    http://gramster.ru/# gramster.ru

  8. WilliamDen表示:

    http://gramster.ru/# пин ап казино официальный сайт

  9. The 9 Things Your Parents Taught You About Back Injury Attorney
    Near Me injury Attorney near Me

  10. 10 Things You’ve Learned From Kindergarden That’ll Help You With Best Asbestos Attorney Mesothelioma Lawsuit

  11. RobertCow表示:

    пин ап казино зеркало: gramster – пин ап казино зеркало

  12. Jeffreywex表示:

    http://gramster.ru/# пинап казино

  13. German表示:

    Five Killer Quora Answers To Oven With Hob oven with hob [German]

  14. 10 Things That Your Family Taught You About
    Best Buy Mobility Scooters Best Buy Mobility Scooters

  15. Nicholas表示:

    Guide To Bioethanol Fire Wall Mounted: The Intermediate Guide The Steps
    To Bioethanol Fire Wall Mounted bioethanol fire wall mounted (Nicholas)

  16. 5 Killer Quora Answers On Fridge Freezer Sale UK fridge Freezer sale uk

  17. Kristopher表示:

    15 Reasons Not To Overlook Mesothelioma Asbestos
    Claims mesothelioma lawsuits (Kristopher)

  18. Alexis表示:

    15 Current Trends To Watch For Accident Lawyer Brooklyn accident injury law firm (Alexis)

  19. 10 Accident And Injury Attorneys Tips All Experts Recommend Lawyer Accident Near me

  20. Tyree表示:

    7 Simple Changes That Will Make The Biggest Difference In Your Volvo Replacement Keys which auto
    key replacement volvo (Tyree)

  21. Sam表示:

    5 Common Myths About French Door Fridge Freezer 900mm Wide You Should
    Avoid double door vs french door fridge (Sam)

  22. Roma表示:

    See What Asbestos Lawyers Tricks The Celebs Are Using asbestos lawyer (Roma)

  23. Guide To Leather 4 Seater Chesterfield Sofa: The Intermediate Guide To Leather 4 Seater Chesterfield Sofa leather 4 seater Chesterfield Sofa

  24. Why You Should Forget About Enhancing Your Integral Fridge Freezer fridge freezer for sale Near me

  25. Guide To Asbestos Attorney Asbestos: The Intermediate Guide To Asbestos Attorney Asbestos Asbestos
    Attorney (https://Dugouteye54.Werite.Net/)

  26. пансионат для престарелых в симферополе пансионат для престарелых в симферополе .

  27. 5 Lessons You Can Learn From Three Wheeled Buggies 3 wheel baby strollers

發佈留言

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