标签: python web-scraping beautifulsoup
我想通过使用beautifulsoup和python 3来引用一个表,但该表没有类或id。这是顶层的html。我如何识别表格?
答案 0 :(得分:0)
您可以使用xpath
//*[./text()="SKU#"]/ancestor::table[1]
希望这个结算