单项选择题

A.isinstance(variable,type)
B.type(variable)==type
C.variable.isType(type)
D.A和B都对