多选题 2分 关于类型判断,正确的有: Atype()返回对象的类型 Bisinstance()判断对象是否某类型 Ctype(3)==int为True Dtype()不能用于判断类型 Eisinstance()只能判断内置类型