int a = 10;
String str1 = Integer.toString(a);//包装类和toString()用法
String str2 = String.valueOf(a);//String类的valueOf()方法
String str3 = a+"";//基本类型+""方法
String str = "8";
int d = Integer.parseInt(str);
int e = Integer.valueOf(str);
2025 - 快车库 - 我的知识库 重庆启连科技有限公司 渝ICP备16002641号-10
企客连连 表单助手 企服开发 榜单123