Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-uni-app-x-zh
提交
cf0701c5
U
unidocs-uni-app-x-zh
项目概览
DCloud
/
unidocs-uni-app-x-zh
通知
144
Star
2
Fork
33
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
9
列表
看板
标记
里程碑
合并请求
11
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-uni-app-x-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
9
Issue
9
列表
看板
标记
里程碑
合并请求
11
合并请求
11
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
cf0701c5
编写于
4月 28, 2024
作者:
D
DCloud_LXH
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: issue #1674
上级
2333f33c
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
43 addition
and
44 deletion
+43
-44
docs/plugin/uts-for-android.md
docs/plugin/uts-for-android.md
+1
-2
docs/plugin/uts-for-ios.md
docs/plugin/uts-for-ios.md
+40
-40
docs/uts/operator.md
docs/uts/operator.md
+2
-2
未找到文件。
docs/plugin/uts-for-android.md
浏览文件 @
cf0701c5
...
@@ -118,7 +118,7 @@ class XXX{
...
@@ -118,7 +118,7 @@ class XXX{
```
```
### 2.4 线程环境差异
### 2.4 线程环境差异
@thread-environment
UTS环境中,默认是没有线程概念的。
UTS环境中,默认是没有线程概念的。
...
@@ -1304,4 +1304,3 @@ function getAppName(context : Context) : string {
...
@@ -1304,4 +1304,3 @@ function getAppName(context : Context) : string {
### android原生资源文件,暂不支持三方库依赖
### android原生资源文件,暂不支持三方库依赖
比如xml布局文件中暂时只支持 linearlayout等官方标签,不支持 appcompat等三方库标签。这个问题后续会被处理
比如xml布局文件中暂时只支持 linearlayout等官方标签,不支持 appcompat等三方库标签。这个问题后续会被处理
docs/plugin/uts-for-ios.md
浏览文件 @
cf0701c5
...
@@ -682,7 +682,7 @@ amapLocationManager(manager : AMapLocationManager, @argumentLabel("didUpdate") l
...
@@ -682,7 +682,7 @@ amapLocationManager(manager : AMapLocationManager, @argumentLabel("didUpdate") l
}
}
```
```
#### 5.1.13 异步方法
#### 5.1.13 异步方法
@async-method
swift 标记某个函数或者方法是异步的,你可以在它的声明中的参数列表后边加上
`async`
关键字
swift 标记某个函数或者方法是异步的,你可以在它的声明中的参数列表后边加上
`async`
关键字
...
...
docs/uts/operator.md
浏览文件 @
cf0701c5
...
@@ -561,7 +561,7 @@ b instanceof Int //true
...
@@ -561,7 +561,7 @@ b instanceof Int //true
> 3.93+ (Android)
> 3.93+ (Android)
await 操作符用于等待一个
[
Promise
](
./buildin-object-api/promise.md
)
兑现并获取它兑现之后的值。它只能在
[
异步函数
](
./function.md#async
)
中使用。
await 操作符用于等待一个
[
Promise
](
./buildin-object-api/promise.md
)
兑现并获取它兑现之后的值。它只能在
[
异步函数
](
./function.md#async
)
中使用。
在 HBuilderX 3.93 以下的版本或者编译为swift时,await 不能与
[
Promise
](
./buildin-object-api/promise.md
)
一同使用,此时请分别参考:
[
安卓 异步函数
](
https://uniapp.dcloud.net.cn/plugin/uts-for-android.html#_6-11-synchronized-lock-等线程同步概念-在uts里怎么写
)
、
[
iOS 异步函数
](
https://uniapp.dcloud.net.cn/plugin/uts-for-ios.html#_5-1-13-异步方法
)
。
在 HBuilderX 3.93 以下的版本或者编译为swift时,await 不能与
[
Promise
](
./buildin-object-api/promise.md
)
一同使用,此时请分别参考:
[
安卓 异步函数
](
../plugin/uts-for-android.md#thread-environment
)
、
[
iOS 异步函数
](
../plugin/uts-for-ios.md#async-method
)
。
```
ts
```
ts
async
function
test
():
Promise
<
string
>
{
async
function
test
():
Promise
<
string
>
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录