char fname[] = "d:/file1.txt"; 是什么意思
收起
char fname[] 字符串数组 char fname[] = "d:/file1.txt";数组赋值,保存的一个文件路径
报告相同问题?