如果要讀取整行文字以便以後可以使用 sscanf 對其進行分析,請改用 fgets 來讀取行: char input[100]; char change[10]; float grades; fgets(input, 100, ...
確定! 回上一頁