我花了两天时间,无法解决。我尝试使用bind或其他方法,但也许无法使用它。所以,请帮帮我。我还有其他组件,但是这部分代码有错误。 当我尝试将书从一个书架移到另一个书架时,出现以下错误: 未捕获的TypeError:无法读取未定义的属性“ bind” 在onChange(Book.js:12) 当我不使用绑定时,我遇到此错误-Book.js:12 Uncaught TypeError:_this2.props.updateShelf不是函数
await page.evaluate(() => {
let example = document.querySelector('#example');
example.parentNode.removeChild(example);
});
await page.screenshot({
path: 'screenshot.png',
});