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

  1. CurtisCem表示:

    GabaPharm buy gabapentin india buy gabapentin online

  2. 8 Tips To Improve Your Online Mystery Box Game Mystery Box Opener

  3. The 10 Most Scariest Things About Tilt And Turn Window Repair Tilt and turn window Repair

  4. Mauricio表示:

    The 10 Most Terrifying Things About Dynamax Runningpad Folding
    Treadmill dynamax runningpad folding treadmill (Mauricio)

  5. The Best Wall Mount Electric Fireplace Tips To Transform Your Life Wood Fireplace

  6. How To Tell The Good And Bad About Sex Machines Sexmachines Uk

  7. 3 Reasons Your Fold Away Treadmill UK Is Broken (And
    How To Fix It) treadmill that Folds up

  8. You’ll Never Guess This Adult Female Adhd Symptoms’s Tricks
    male Adhd symptoms; privatepsychiatrist18178.wikibyby.com,

  9. Gabriela表示:

    20 Tips To Help You Be More Efficient At Assessment In Mental Health elderly
    mental health assessment (Gabriela)

  10. CurtisCem表示:

    buy rybelsus online usa rybpharm rybelsus rybpharm rybelsus

  11. RobertHam表示:

    https://gabapharm.com/# cheapest Gabapentin GabaPharm

  12. The Under-Appreciated Benefits Of Audi A5 Replacement Key audi tt key fob

  13. Royce表示:

    Adult Women Toys Tips To Relax Your Daily Lifethe One Adult Women Toys Technique Every Person Needs To Know
    adult women toys (Royce)

  14. Why People Don’t Care About ADHD Diagnosis Private Who Can Diagnosis Adhd

  15. Trudy表示:

    7 Effective Tips To Make The Maximum Use Of Your Key Repair
    car key repair; Trudy,

  16. DennishIp表示:

    ED meds online with insurance: best ed pill ere pharm – erepharm.com

  17. Mitsubishi Lancer Key Programming Tools To Make Your Daily
    Life Mitsubishi Lancer Key Programming Trick Every Person Should Be Able To mitsubishi lancer Key programming

  18. This Is The Advanced Guide To Bean To Cup Coffee
    Machine fresh cup espresso

  19. 10 Amazing Graphics About Auto Accidents Attorneys car injury lawyer near me

  20. 20 Tips To Help You Be Better At Car Keys Replacement replacement remote Car keys

  21. Couches Leather Isn’t As Tough As You Think faux leather sofa

  22. LloydNoice表示:

    https://furpharm.com/# buy furosemide online

  23. 25 Surprising Facts About Train Accident Lawsuit truck driver lawyer [barefoot-holmberg.hubstack.net]

  24. Ten Easy Steps To Launch The Business Of Your Dream Mesothelioma Asbestos Claim Business Mesothelioma Attorneys

  25. We’ve Had Enough! 15 Things About Togel4d We’re Tired Of Hearing Togel singapore

  26. What’s The Current Job Market For Double Glazed Window Misted Professionals Like?
    Double Glazed Window Misted

  27. The 10 Most Terrifying Things About Best Electric Patio Heaters Best Electric Patio Heaters

  28. Joseph表示:

    17 Signs You Are Working With Programming Car Key programming car keys near me
    (Joseph)

  29. 3 Reasons 3 Reasons Why Your Car Key Replacements Is Broken (And How
    To Fix It) replacement car key fobs

  30. What’s The Reason Everyone Is Talking About Car Locksmith Right Now 24 Hour Car Locksmith Near Me

發佈留言

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