请问如何利用python的正则表达式截取td里面的数据?

2025-03-13 06:49:42
推荐回答(1个)
回答1:

应该是这么写吧

h = re.findall(r']*>]*>(.*?)', html, re.I|re.M)