java 去前導0

billhepeng發表於2012-04-08

String str = "000100058";  

 System.out.println(str.replaceFirst("^0*", ""));

相關文章