We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#601 # 版本信息 | Version Information EasySpider版本 | EasySpider Version: 0.6.2 系统版本(架构) | System Version (Architecture): 浏览器版本 | Browser Version: 安装方式 | Installation method:
我想达到的效果是,循环输入查询关键字(配置文本列表循环),在文章列表进入文章详情,在提取内容中添加一列,记录该详情属于哪个关键字。 我想在下图执行python代码,让当前循环的文本赋值到变量中,或者是否有更好的方式,能在提取的数据中,直接设置字段的值为当前循环的文本值
The text was updated successfully, but these errors were encountered:
我不知道你为什么要在这个issue中提到pr 601,你应该删除他,在我看来它们没有任何关联。
pr 601
我不确定你的表述是否为: 遍历关键字列表 -> 出现文章列表 -> 遍历文章 -> 获取第一列 -> 记录符合哪一个关键字
遍历关键字列表
出现文章列表
遍历文章
获取第一列
记录符合哪一个关键字
Sorry, something went wrong.
我不知道你为什么要在这个issue中提到pr 601,你应该删除他,在我看来它们没有任何关联。 我不确定你的表述是否为: 遍历关键字列表 -> 出现文章列表 -> 遍历文章 -> 获取第一列 -> 记录符合哪一个关键字
是的,最终想达到的效果下图
已解决,输入关键字后提取查询框的文本,就可以采集到同一行的列中了
No branches or pull requests
#601 # 版本信息 | Version Information
EasySpider版本 | EasySpider Version: 0.6.2
系统版本(架构) | System Version (Architecture):
浏览器版本 | Browser Version:
安装方式 | Installation method:
问题描述 | Issue Description
我想达到的效果是,循环输入查询关键字(配置文本列表循环),在文章列表进入文章详情,在提取内容中添加一列,记录该详情属于哪个关键字。
我想在下图执行python代码,让当前循环的文本赋值到变量中,或者是否有更好的方式,能在提取的数据中,直接设置字段的值为当前循环的文本值
如何复现 | Steps to Reproduce
The text was updated successfully, but these errors were encountered: