未验证 提交 61029426 编写于 作者: 1 189******51 提交者: Gitee

IssueNo: #I7X5WW:[新需求]: Rectify the arkts syntax of qs on monthly

Description: Rectify the arkts syntax of qs on monthly
Sig: SIG_ApplicaitonFramework
Feature or Bugfix: Feature
Binary Source: No
Signed-off-by: N189******51 <lipeicheng5@huawei.com>
上级 7a2bbab3
...@@ -35,7 +35,7 @@ Environment是ArkUI框架在应用程序启动时创建的单例对象。它为A ...@@ -35,7 +35,7 @@ Environment是ArkUI框架在应用程序启动时创建的单例对象。它为A
```ts ```ts
// 将设备languageCode存入AppStorage中 // 将设备languageCode存入AppStorage中
Environment.EnvProp('languageCode', 'en'); Environment.EnvProp('languageCode', 'en');
let enable = AppStorage.Get('languageCode'); let enable: undefined = AppStorage.Get<undefined>('languageCode');
@Entry @Entry
@Component @Component
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册