摘要: #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> int main() { int line_count = 1, char_count = 0; FILE * fp = fopen("data4.txt", "r"); if (fp == NUL 阅读全文