python中提取网页特定内容4的正则表达式如何写
<td>MicrosoftWindows8null<br/>MicrosoftWindowsServer2012null<br/></td><td>计算机科学<br/><...
<td>
Microsoft Windows 8 null<br/>
Microsoft Windows Server 2012 null<br/>
</td>
<td>
计算机科学 <br/>
<br/>
写作文档<br/>
</td>
<td><span style="font-weight: bold;color: #014ABB;" >ID:</span>111111</td>
网页源码中有很多这种结构的代码 我只想提取如 Microsoft Windows 8 null 计算机科学 等
不想要<td></td>中有<span>...</span>中的任何内容
我写的正则是r'<td>\s*(.*|[\u4e00-\u9fa5]*)\s*</td>') 请教各位大神 这个正则该如何修改 展开
Microsoft Windows 8 null<br/>
Microsoft Windows Server 2012 null<br/>
</td>
<td>
计算机科学 <br/>
<br/>
写作文档<br/>
</td>
<td><span style="font-weight: bold;color: #014ABB;" >ID:</span>111111</td>
网页源码中有很多这种结构的代码 我只想提取如 Microsoft Windows 8 null 计算机科学 等
不想要<td></td>中有<span>...</span>中的任何内容
我写的正则是r'<td>\s*(.*|[\u4e00-\u9fa5]*)\s*</td>') 请教各位大神 这个正则该如何修改 展开
2个回答
展开全部
python有个进门解析html的包BeautifulSoup,用它要比用正则方便很多
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询