Java开发网 |
注册 |
登录 |
帮助 |
搜索 |
排行榜 |
发帖统计
|
您没有登录 |
» Java开发网 » Java SE 综合讨论区
打印话题 寄给朋友 订阅主题 |
作者 | Re:请问如何把 INT 转换成 String ??? [Re:cmslovehxh] |
gunrose
发贴: 100 积分: 20 |
于 2003-03-12 10:12
使用String stringValue=String.valueOf(intValue); 另外,个人不建议使用+的方式,我觉得那不是正确的解决方法,容易有误解,而且性能也不行 /** * Returns the string representation of the <code>int</code> argument. * <p> * The representation is exactly the one returned by the * <code>Integer.toString</code> method of one argument. * * @param i an <code>int</code>. * @return a string representation of the <code>int</code> argument. * @see java.lang.Integer#toString(int, int) */ public static String valueOf(int i) { return Integer.toString(i, 10); } Hibernate的优点 |
话题树型展开 |
人气 | 标题 | 作者 | 字数 | 发贴时间 |
7514 | 请问如何把 INT 转换成 String ??? | PANDORA | 60 | 2003-03-10 13:49 |
6620 | Re:请问如何把 INT 转换成 String ??? | itfirst | 39 | 2003-03-10 14:29 |
6606 | Re:请问如何把 INT 转换成 String ??? | cmslovehxh | 84 | 2003-03-10 16:03 |
6579 | Re:请问如何把 INT 转换成 String ??? | cmslovehxh | 68 | 2003-03-10 16:06 |
8676 | Re:请问如何把 INT 转换成 String ??? | gunrose | 529 | 2003-03-12 10:12 |
6640 | Re:请问如何把 INT 转换成 String ??? | Tormz | 85 | 2003-03-10 15:12 |
6548 | Re:请问如何把 INT 转换成 String ??? | lindentree | 48 | 2003-03-10 16:03 |
6489 | Re:请问如何把 INT 转换成 String ??? | software_young | 26 | 2003-03-18 00:18 |
6692 | Re:请问如何把 INT 转换成 String ??? | redfox | 23 | 2003-03-18 13:51 |
6777 | Re:请问如何把 INT 转换成 String ??? | xiaopan | 100 | 2003-03-18 14:40 |
6668 | Re:请问如何把 INT 转换成 String ??? | jackycct | 77 | 2003-03-19 10:29 |
已读帖子 新的帖子 被删除的帖子 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |