Python string operation, extract text between html tags

后端 未结 6 1630
无人及你
无人及你 2020-12-03 12:48

I have a string:

  
JUL 28         

(it outputs over two lines, so there must

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-03 13:35

    Or, you could simply use Beautiful Soup:

    Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping

提交回复
热议问题