我想从库中声明Promise的解析值,如下所示。// lib.js return new Promise(..)import { foo } from "./lib"
let x = await foo() 等待不起作用,似乎我尝试的所有东西都导致了这个错误:UnhandledPromiseRejectionWarning: Unhandled
我无法在'messageReactionAdd‘中添加角色(添加时出错)。请是一个私人的不和谐机器人。谢谢 我的代码: bot.on('messageReactionAdd', async (reaction, user) => { if (reaction.partial) {
// If the message this reaction belongs to was removed, the fetchi
有没有人能告诉我为什么产品数据没有打印出来?我目前正在使用puppeteer来抓取一个网站上的产品数据。 const puppeteer = require("puppeteer");
const browser = await puppeteer.launch({ headless: false });//link to page that i want to scrape "link link