未验证 提交 7eb4555c 编写于 作者: O openharmony_ci 提交者: Gitee

!14575 【轻量级 PR】:update zh-cn/application-dev/database/database-relational-guidelines.md.

Merge pull request !14575 from 葛亚芳/N/A
...@@ -370,7 +370,7 @@ ...@@ -370,7 +370,7 @@
```js ```js
function storeObserver(devices) { function storeObserver(devices) {
for (let i = 0; i < devices.length; i++) { for (let i = 0; i < devices.length; i++) {
console.info(`device= ${device[i]} data changed`); console.info(`device= ${devices[i]} data changed`);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册