问题不在你给出的这个代码里面。请给出完整的代码和页面截图
【 在 mintbaggio (mint~~~一生的憾事真多) 的大作中提到: 】
: bbsboa.c里面调用一个函数来显示页面,其结构如下:
: void show_middle()
: {
: FILE* fp;
: char buf[512];
: fp = fopen("etc/manager", "r");
: printf("html sentence 1 here\n");
: printf("html sentence 2 here\n");
: ...................
--
FROM 127.0.0.1