摘要: 1,字符串输入与输出 char string[10]; scanf("%s",string); printf("%s\n",string); 2,字符串长度 #include <stdio.h> #include <string.h> int main(){ char string[100]; sc 阅读全文
posted @ 2021-09-22 06:33 qingjiawen 阅读(41) 评论(0) 推荐(0)