2020年8月26日
摘要: 一、对字符串使用格式化输出 #include<stdio.h> #define BLURB "Authentic imitation!" int D20_1_stringf(void) { printf("[%2s]\n", BLURB); printf("[%24s]\n", BLURB); pr 阅读全文
posted @ 2020-08-26 00:07 心悦君兮君不知-睿 阅读(194) 评论(0) 推荐(0) 编辑