Scraping text from file within HTML tags

前端 未结 2 1634
长发绾君心
长发绾君心 2020-12-18 17:08

I have a file that I want to extract dates from, it\'s a HTML source file so it\'s full of code and phrases I don\'t need. I need to extract every instance of a date that\'s

2条回答
  •  佛祖请我去吃肉
    2020-12-18 17:14

    if you're using Java you could use Jsoup. This is unclear from your question, please elaborate on what exactly you are trying to do

提交回复
热议问题