摘要: #include <stdio.h>#include <stdlib.h>int main(){ char c; printf("输入一个字符: "); scanf("%c", &c); printf("%c 的 ASCII 为 %d\n", c, c); system("pause"); retu 阅读全文
posted @ 2022-11-15 22:16 程碗饭 阅读(97) 评论(0) 推荐(0)