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
EasySpider版本 | EasySpider Version: 系统版本(架构) | System Version (Architecture): 浏览器版本 | Browser Version: 安装方式 | Installation method:
页面:https://hotels.ctrip.com/hotels/1643106.html?cityid=32 如何采集成如下结构数据: [{ "字段1":“”, "字段2":“”, "字段3":[{ "子字段1“:"", "子字段2“:"", "子字段3“:"" },{ "子字段1“:"", "子字段2“:"", "子字段3“:"" }],
}]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
版本信息 | Version Information
EasySpider版本 | EasySpider Version:
系统版本(架构) | System Version (Architecture):
浏览器版本 | Browser Version:
安装方式 | Installation method:
问题描述 | Issue Description
页面:https://hotels.ctrip.com/hotels/1643106.html?cityid=32
如何采集成如下结构数据:
[{
"字段1":“”,
"字段2":“”,
"字段3":[{
"子字段1“:"",
"子字段2“:"",
"子字段3“:""
},{
"子字段1“:"",
"子字段2“:"",
"子字段3“:""
}],
}]
如何复现 | Steps to Reproduce
The text was updated successfully, but these errors were encountered: