怎样在scanf中输入字符串在对它做处理#include<stdio.h>int main(){char i[10];scanf("%s",&i);printf("%s\n",i);return 0;}