摘要: #include <stdio.h> int main() { printf("123\n"); printf("%c\n",'\177'); printf("\t\ta\n"); printf("abcde\b \b");//空格替换了e getchar(); } 阅读全文
posted @ 2021-04-07 07:51 myrj 阅读(193) 评论(0) 推荐(0) 编辑