单项选择题

A.isinstance(value,int)
B.type(value)==int
C.value.is_integer()
D.A和B都对