C++:输出 0000,0001,0002,0003,...这样 2020-03-20 本文已影响0人 AI秘籍 这种输出有两种方式: 标准C语言的格式输出 和 C++的格式化输出 image.png image.png 代码测试: image.png image.png 参考: https://zhidao.baidu.com/question/349776442.html https://blog.csdn.net/weixin_34206899/article/details/93427308