例: char a; char b[20]; scanf("%c",&a); //只能輸入一個字元。 ... scanf("%1s",&b); printf("%d %cn",a,b); system("pause"); return 0; }.
確定! 回上一頁