scrapy HtmlXPathSelector 来自字符串
我有一个关于字符串的 html 响应。 我正在尝试用它制作一个 HtmlXPathSelector,以便我可以在其上使用 xpath。 但它显示,
TypeError: cannot create weak reference to 'str' obj
知道如何将字符串转换为 HtmlXPathSelector 接受的响应对象吗?
I have a html response on a string.
I am trying to make a HtmlXPathSelector out of it, so that i can use xpaths on it.
But it shows,
TypeError: cannot create weak reference to 'str' obj
Any idea how to convert string to the response object that HtmlXPathSelector accepts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)