diff --git a/docs/uts/data-type.md b/docs/uts/data-type.md index 53d76e8f9a97b849b55d21d3d664f48eae070ece..944d5760633e9d8ce9b70003f9d1e2b566fd6b45 100644 --- a/docs/uts/data-type.md +++ b/docs/uts/data-type.md @@ -99,7 +99,7 @@ number本身的使用很简单,但混入了平台专有数字类型后,会 如果涉及大量运算,建议开发者不要使用 number、Int? ,要明确使用 Int等类型 [详情](https://kotlinlang.org/docs/numbers.html#numbers-representation-on-the-jvm) -在HBuilderX 4.41 版本之后明确: typeof 实际类型为number,声明类型为any,永远返回number; typeof 实际类型为number,声明类型为double等原生类型,会返回对应的原生类型名称,比如Double +HBuilderX 4.41 之后版本: typeof 实际类型为number,声明类型为any,永远返回number; typeof 实际类型为number,声明类型为double等原生类型,会返回对应的原生类型名称,比如Double #### Swift 专有的数字类型 @swiftnumber