摘要:
public static void main(String[] args) { // TODO Auto-generated method stub /* 去掉 字符串 开头的 0 */ String s = "00123000"; //方法1:String ——> Integer //Strin 阅读全文
posted @ 2017-06-18 13:47
绿Z
阅读(7782)
评论(0)
推荐(1)
|
摘要:
public static void main(String[] args) { // TODO Auto-generated method stub /* 去掉 字符串 开头的 0 */ String s = "00123000"; //方法1:String ——> Integer //Strin 阅读全文
posted @ 2017-06-18 13:47
绿Z
阅读(7782)
评论(0)
推荐(1)
摘要:
参考: http://www.cnblogs.com/nayitian/p/3269585.html public static void main(String[] args) { // TODO Auto-generated method stub List<Integer> pokerList 阅读全文
posted @ 2017-06-18 13:30
绿Z
阅读(305)
评论(0)
推荐(0)
|