2019年4月17日

三种int类型转为String类型的方法

摘要: public class Test { public static void main(String[] args) { int a=1; int b=2; String c=(a+b)+""; System.out.println(c); int a1=1; int b1=2; String c1 阅读全文

posted @ 2019-04-17 16:32 星悬鸿蒙苍穹 阅读(1275) 评论(0) 推荐(0) 编辑

导航