本文介紹瞭如何在C 語言中獲取使用者的文字輸入。 ... <stdlib.h> int main(void) { char str1[1000]; printf("Input the text: "); scanf("%[^\n]", ...
確定! 回上一頁