5, fgets(read_input, 100, input); //將123.txt第一行放到read_input陣列中. 6, sscanf(read_input, "%s %s %s", label, nmu1, num2); //讀取字串 ...
確定! 回上一頁