我已成功使用Puppeteer进行了爬网。下面是从购物中心提取特定产品名称的代码。但是,我遇到了一个问题。
productFlavors {
abc {
resValue "string", "build_type", "Version " + defaultConfig.versionName
applicationId "com.abc"
}
def {
resValue "string", "build_type", "Version " + defaultConfig.versionName
applicationId "com.def"
}
我将抓取的数据发送到JSON文件(example.json)。但我在无限重启时遇到问题。我怎样才能让它只工作一次?