📌  相关文章
📜  如何在 c 中获取字符串输入 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:26.990000             🧑  作者: Mango

代码示例4
char s[10];
scanf ("%s",s);
printf(s);