提交 068efc27 编写于 作者: DCloud_Heavensoft's avatar DCloud_Heavensoft

Update operator.md

上级 befebda4
...@@ -512,10 +512,10 @@ b instanceof Int //true ...@@ -512,10 +512,10 @@ b instanceof Int //true
``` ```
## await ## await
> 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 以下的版本或者 iOS 平台,await 不能与 [Promise](./buildin-object-api/promise.md) 一同使用,请分别参考:[安卓 异步函数](../plugin/uts-for-android.md#_6-11-synchronized-lock-等线程同步概念-在uts里怎么写)[iOS 异步函数](../plugin/uts-for-ios.md#_5-1-13-异步方法) 在 HBuilderX 3.93 以下的版本或者 iOS 平台,await 不能与 [Promise](./buildin-object-api/promise.md) 一同使用,此时请分别参考:[安卓 异步函数](../plugin/uts-for-android.md#_6-11-synchronized-lock-等线程同步概念-在uts里怎么写)[iOS 异步函数](../plugin/uts-for-ios.md#_5-1-13-异步方法)
```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.
先完成此消息的编辑!
想要评论请 注册