尝试在 FunScript 中使用十进制值时出现异常。它可以通过使用简单地复制:
Globals.window.alert(Globals.JSON.stringify(3M))
异常说:
System.Exception was unhandled
Message: An unhandled exception of type 'System.Exception' occurred in FunScript.dll
Additional information: Could not compile expression: Call (None, MakeDecimal,
[Value (13), Value (0), Value (0), Value (false), Value (0uy)])
我怀疑这是 FunScript 的限制,但我只是想检查一下。在那种情况下,如何在 FunScript 代码的上下文中使用十进制值?或者如何扩展 Funscript 来解决这个问题?