💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**获取对象的 Class:** ```autohotkey getClass(Obj) ``` ### 参数 Parameters: - Obj - 对象 ### 返回 Returns: 返回对象的 Class 如果对象没有继承自 Class,则返回Boolean ### 抛出异常 Throws: - Type.assertObj(Obj) ### 示例 Example ```autohotkey getClass(type.BB) ```