提交 7fbc7da1 编写于 作者: 辛宝Otto's avatar 辛宝Otto 🥊

fix: 示例代码有误,缺少逗号

上级 7c5b2e59
......@@ -681,7 +681,7 @@ Element 模块提供了控制页面元素的方法。
```js
const page = await program.currentPage()
const element = await page.$('.index-bd')
const { left top } = await element.offset()
const { left, top } = await element.offset()
console.log(left, top)
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册