因此,对于家庭作业,我们需要String
在String array
. 这是我的代码
public String get( int idx ){//IT HAS TO RETURN STRING AND TAKE A INT
for(int i = 0; i<wo.length; i ++)
if(wo[i]==wo[idx])
return wo[i];
}
我尝试转换为字符串,但它没有用。有人对该怎么做有任何想法吗?
谢谢。
因此,对于家庭作业,我们需要String
在String array
. 这是我的代码
public String get( int idx ){//IT HAS TO RETURN STRING AND TAKE A INT
for(int i = 0; i<wo.length; i ++)
if(wo[i]==wo[idx])
return wo[i];
}
我尝试转换为字符串,但它没有用。有人对该怎么做有任何想法吗?
谢谢。