💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# Bool(Bool) > abstract no package * * * * * 所有平台可用 * * * * * 标准布尔类型,既可以是 `true` ,也可以是 `false` 。 在静态目标语言, `null` 不能被分配到 Bool 。如果需要这样,可以使用 `Null<Bool>` 替代。 查看: http://haxe.org/manual/types-bool.html http://haxe.org/manual/types-nullability.html