2013-05-21 63 views

回答

1

願你可以this檢查:

int type = getObjectType(); 

if(type == Person.ObjectType.PAGE) 
//this is a page 
else if(type == Person.ObjectType.PERSON) 
//this is a person 
相關問題