From 8ddb6c9b6290743d3b638cf103ed0c2b1af2500d Mon Sep 17 00:00:00 2001 From: DCloud-yyl Date: Tue, 29 Aug 2023 22:51:49 +0800 Subject: [PATCH] Update operator.md --- docs/uts/operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uts/operator.md b/docs/uts/operator.md index 7227585c3..66e3edaf4 100644 --- a/docs/uts/operator.md +++ b/docs/uts/operator.md @@ -416,7 +416,7 @@ typeof d == "Double" //true // 在 iOS 平台上 typeof c == "number" //true -// 在安卓平台上会根据数据实际数值转换为平台专有数字类型Doubel +// 在安卓平台上变量c会根据数据实际数值转换为平台专有数字类型Doubel typeof c == "number" //false 真实返回的是 "Double" ``` -- GitLab