Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:请问如何把 INT 转换成 String ??? [Re:cmslovehxh]
gunrose





发贴: 100
积分: 20
于 2003-03-12 10:12 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
使用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

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   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