字符串处理:如何快速获得例如0001的字符串

for i in range(100):
      a= '%04d'%i
      print(a)
     

 

posted @ 2020-04-10 09:58  yescarf  阅读(172)  评论(0编辑  收藏  举报