fread读取file文件时超过buffer的问题我一定义char sendbuf[10],然后通过fread(sendbuf, 10, 1,fp); 读取fp文件中的10个字符,然后发现sendbuf数组越界。