提交 1099b87a 编写于 作者: 杜庆泉's avatar 杜庆泉

Update operator.md

上级 567c6954
...@@ -392,10 +392,11 @@ a as string | null // 正常 ...@@ -392,10 +392,11 @@ a as string | null // 正常
| string | "string" | | string | "string" |
| function | "function" | | function | "function" |
| 平台专有数字类型: Int, Float, Double, Long ... | "Int","Float","Double","Long" ... | | 平台专有数字类型: Int, Float, Double, Long ... | "Int","Float","Double","Long" ... |
| 平台专有字符串类型: Char ... | "Char" ... |
| 其他任何对象(包含但不限于:Date, Array, Map, UTSJSONObject) | "object" | | 其他任何对象(包含但不限于:Date, Array, Map, UTSJSONObject) | "object" |
> 特别说明: > 特别说明:
> HBuilderX3.9.0统一为以上规范,在HBuilderX3.9.0之前版本平台专有数字类型变量使用typeof操作符获取的值为"number" > 平台专有字符串类型: Char 需要HBuilderX 4.0.2 及之后版本支持
为了与web保持一致,typeof除了布尔、数字、字符串、函数外,全部返回object。如需判断object范围内的具体类型,需另见[instanceof](#instanceof) 为了与web保持一致,typeof除了布尔、数字、字符串、函数外,全部返回object。如需判断object范围内的具体类型,需另见[instanceof](#instanceof)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册