我正在尝试修复代码,但我停在两行奇怪的代码上,我无法理解它们。所有行:
//Extraction of urls
let f = !this.last_product_url
for(const productLink of productLinks) {
const url = await productLink.getAttribute('href')
if(!f) {
f = url === this.last_product_url
f && productUrls.push(url)
}
else {
productUrls.push(url)
}
}
这两行有什么作用:
f = url === this.last_product_url
f && productUrls.push(url)
青春有我
绝地无双
ITMISS
SMILET
慕尼黑的夜晚无繁华
相关分类