Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只在 2.3.3 工作室尝试过。没试过新的3.0
那么,有什么解决办法吗?你如何处理这样的问题?
我一直在努力解决同样的问题,最近才找到解决方案。适用于 AS3.0,未在旧版本上尝试过 尝试评估此表达式(在调试期间右键单击代码或调试窗口,或 Alt+F8)
<your base type> val = <your variable>.get() val
例如,如果您有一个名为 timestamp 的可选变量,请编写
int64_t val = timestamp.get() val