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.
我是新来学习渲染脚本。我正在写一个小示例,我发现当我在 root 中编写一个 try 块时,编译器会给我一个语法错误提示。所以我想知道渲染脚本是否可以支持 root 函数中的异常。
我知道渲染脚本是基于 C99 的,所以它可能不支持这个,对吗?
异常是 C++ 特性,在 C99 中不可用。因此它们在 RenderScript 中不可用,因为我们是基于 C99 的。