字符串格式化

String.format("%04d",11) -> 0011
String.format("%4s","11")-> '  11'
posted @ 2010-04-06 23:36  玩玩乐乐  阅读(158)  评论(0编辑  收藏  举报