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

!4459 【轻量级 PR】:update zh-cn/application-dev/reference/apis/js-apis-data-storage.md.

Merge pull request !4459 from 葛亚芳/N/A
......@@ -20,8 +20,8 @@ import dataStorage from '@ohos.data.storage';
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- | -------- |
| MAX_KEY_LENGTH | string | 是 | 否 | key的最大长度限制,大小为80字节。 |
| MAX_VALUE_LENGTH | string | 是 | 否 | value的最大长度限制,大小为8192字节。 |
| MAX_KEY_LENGTH | string | 是 | 否 | key的最大长度限制,需小于80字节。 |
| MAX_VALUE_LENGTH | string | 是 | 否 | value的最大长度限制,需小于8192字节。 |
## dataStorage.getStorageSync
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册