C 語言scanf()和gets()及printf()和puts()的區別... #include<stdio.h> int main() { char a[10]; gets(a); printf("%s\n",a); return 0; }.
確定! 回上一頁