if((fp=fopen("books.txt","r+"))==NULL) { printf("文件打开失败!\n"); system("pause"); return; } 这是什么意思呢
以只读方式打开books.txt文件,如果打开失败就报错