福利来啦!!!
刚看到的一篇好东东,分享给大家,这些代码留着哦,以后会用得着的...
原文地址:http://developer.51cto.com/art/201306/398347.htm
1. 字符串有整型的相互转换
1
String
a = String.valueOf(2);
//integer
to numeric s
相关文章: