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

!10880 arkui状态管理文档更新

Merge pull request !10880 from 周末/l_master
......@@ -160,7 +160,7 @@ Set<T>(propName: string, newValue: T): boolean
| boolean | 如果存在key值,设置value值并返回true,否则返回false。 |
```ts
let simple = AppStorage.Set('simpleProp')
let simple = AppStorage.Set('simpleProp', 121);
```
### SetOrCreate
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册