你如何在Haxe中创建公共常量?我只需要const在AS3中使用旧的模拟:
const
public class Hello { public static const HEY:String = "hey"; }
haxe
haxe ×1