String getName(Object o)
{
//TODO
}
String object = "i want to get "object" not these words"
getName(object);
该方法是否有可能返回“对象”?谢谢
String getName(Object o)
{
//TODO
}
String object = "i want to get "object" not these words"
getName(object);
该方法是否有可能返回“对象”?谢谢