网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

java怎么把int转换成string

时间:2024-10-14 01:02:45

1、a+"",通过‘+’链接,将整型强制转换一下字符串。System.out.println((a+"").getClass());

java怎么把int转换成string

3、Integer.toString(a),通过toSt筠续师诈ring()方法转换。System.out.println((Integer.toString(a)).getClass());

java怎么把int转换成string
© 2025 五度知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com