JAVA中int转String类型有三种方法

1》String.valueOf(i)
2》 Integer.toString(i)
3》 i+""
原文地址:https://www.cnblogs.com/zhangruifeng/p/5700636.html