怎么将一个int 转换为String? 使用加+""这种方法.请举例谢谢;了.
test项目下字符串转int 输入的为什么是整数 二不是加双引号?
package com.itheima.test;
public class Demo2 {
public static void main(String[] args) {
String s2 = Integer.toString(50);
System.out.println(s2);
}
}
这段代码是字符串转为int ,为什么输入的是50,而不是"50",字符串转为int 转为String 不是要加双引号 才能是字符串吗???
跨越七海的_风
xlbf22
慕婉清0_郁乱我心
疯狂的小蜗牛
慕的地6079101
相关分类