2010年11月21日 ... int -> String. int i=12345; String s=""; 第一种方法:s=i+""; 第二种方法:s=String. valueOf(i); 这两种方法有什么区别呢?作用是不是一样的呢?是不是 ...
www.360doc.com