Jurassic计算是异常Cannot convert object of type ‘System.Decimal’ to a number.
2013年7月31日
由于个人对js不是很熟,最新在使用Jurassic进行计算时提示
Cannot convert object of type ‘System.Decimal’ to a number.
那是因为在SetGlobalValue时数据类型是Decimal
Jurassic数据类型与.net 的映射表
C# type name | .NET type name | JavaScript type name |
---|---|---|
bool | System.Boolean | boolean |
int | System.Int32 | number |
double | System.Double | number |
string | System.String | string |
Jurassic.Null | Jurassic.Null | null |
Jurassic.Undefined | Jurassic.Undefined | undefined |
Jurassic.Library.ObjectInstance (or a derived type) | Jurassic.Library.ObjectInstance (or a derived type) | object |
声明: 本文采用 BY-NC-SA 协议进行授权. 转载请注明转自: Jurassic计算是异常Cannot convert object of type ‘System.Decimal’ to a number.