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

7,662 Responses

  1. emaaida表示:

    However, if you are dead-set on installing an FTP client, EasyFTPClient comes with its own set of servers integrated right into the app that you can use in case the client your’re using doesn’t add support for uploading files to FTP servers.
    Performance is above average and connections are stable
    The aforementioned file transfer part is mostly comprised of a Media Library with quick access to your connections, the Page Library (which doubles as your Network Explorer), a Network Manager, and a File manager https://www.jadehelliwell.com/profile/Crack-Por-Ti-Volare-Partitura-Pdf-104/profile
    66cf4387b8 emaaida

  2. Slonmob表示:

    17n4w

    pmz6t

    elmp

  3. Also I finally met Shoya! Thank you!!! He is a new man, really!!! I love to see a change in people after they’ve studied overseas for a long time. He has confidence, makes eye contact when he speaks and his English is good! Thank you, thank you, again and again.
    RELA is an excellent language academy. The teachers here are excellent too. They know how to make the class active and happy. From talking with the teachers, you could learn a lot of English culture. It helps you to improve the language. RELA, thank you for giving me a wonderful time.
    https://main7.net/%ec%83%8c%ec%a6%88%ec%b9%b4%ec%a7%80%eb%85%b8/

  4. ‘I would like to thank you for your patience and professionalism. I enjoyed the last 4 weeks so much. I learnt a lot of grammar, speaking and writing and met other people from different nationalities. It was very exciting to talk about special issues in other countries. Everybody was very friendly. Congratulations and all the best to you.’
    Exeter academy is really the best place to learn English and the best way to make new friends from all over the world.
    카지노사이트

  5. Whemync表示:

    doggy sadly fantasy revolution knocking cleopatra dallas yi
    https://goodmam.ru/index.php?option=com_k2&view=itemlist&task=user&id=676930 buy drug sanaler 10mg online legally cheap
    resident fax eastern affected cutting

  6. AndrewEcork表示:

    cialis walmart tadalafil 20mg best price were can i buy cialis

  7. blbaeiqw表示:

    what type of drug is erythromycin erythromycin cost without insurance

  8. AndrewEcork表示:

    cialis 800 black canada tadalafil without a doctor’s prescription cheapest cialis review

發佈留言

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