阅读背景:

如何在一个对象中合并两个不同的对象类型?

来源:互联网 
callingmethod(){
File f=new File();  
//...
String s= new String();
//...

method( f + s);    // here is problem (most put f+s in object to send it to method)
}
callingmethod(){
File f=new File();  
//...
Str



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: