response = requests.get('https://36kr.com/newsflashes')
all_list=re.findall(
'"title":"(.*?)","catch_title":"","description":".*?","cover":"","news_url_type":"news_url","news_url":"(.*?)","user_id":"344033181","published_at":"(.*?)",',
response.text, re.S) print(all_list) print(len(all_list))我這個正則為啥不能匹配全部呢?只能匹配16個 ,總共是20個標題https://36kr.com/newsflashes 這是網址
- 1 回答
- 0 關注
- 899 瀏覽
添加回答
舉報
0/150
提交
取消