我正在尝试将HTML文件转换为CSV格式。我在页面上看过几个帖子,但我无法成功使用它们。
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
Excel Volume Count Export
</title></head>
<body>
<form method="post" action="rpt_volume_count.aspx?a=96&id=156981555&partial=" id="form1">
<div class="aspNetHidden">
&#13;
url = "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
html = urlopen(url).read()
soup = BeautifulSoup(html, "lxml")
table = soup.select_one("table.rpt")
这是建议的代码之一,但在我的情况下,我有来自同一地址的数千个文件,命名为url&#34; http:... etc&#34;路径将无法使用所有文件,因为它是相同的。我想知道在
上分离出什么独特的价值