ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
Haxe允许抛出一个类型的值,使用 throw 语法: > Haxe allows throwing any kind of value using its throw syntax: ~~~ throw expr ~~~ 被抛出的值可以被catch块(第5.18节)捕捉。如果没有这样的块捕捉,行为取决于目标平台。 > A value which is thrown like this can be caught by catch blocks (5.18). If no such block catches it, the behavior is target-dependent.