python 数字格式化

 

 

第二种办法比较常用:   %02d

  print '%02d' % 11

相关文章: