... fscanf_s(input,"%s",temp_str);; strcpy_s(db[*count].firstname,temp_str);; fscanf_s(input,"%s",temp_str);; strcpy_s(db[*count].lastname,temp_str); ...
確定! 回上一頁