我正在尝试做: for element in root.xpath('//a[@id="hypProduct_[0-9]+"]'): 如何在xpath 元素选择器(lxml) 中使用[0-9]+? 文档状态: By default, XPath supports ...
確定! 回上一頁