#include <stdio.h>
#include <stdlib.h>
int main()
{
FILE *fptr;
char ch, ch1;
char str; // 50 句, 每句 4096 个英文字 约 2048 个中文字
int line, index;
int i;
fptr = fopen("C:\\Documents and Settings\\junco\\桌面\\aa.txt","r");//文章路径
line = 0;
index = 0;
while((ch=fgetc(fptr))!=EOF)
{
if ((ch&0xFF) == 0xA1)
{
ch1 = fgetc(fptr) & 0xFF;
if ((ch1 == 0x41) || (ch1 == 0x43)) //, = 0xA141、 = 0 ..
访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容