摘要:
1. scanf 1.1 输入字符 char ch; scanf("%c",&ch); 注意字符前面的取地址符 1.2 输入字符串 char str[15]; scanf("%s",str); char *pstr; scanf("%s",pstr); (1)scanf在输入字符串时,不读入空格和回 阅读全文
摘要:
https://blog.csdn.net/u012341163/article/details/50932702 阅读全文