bjwf: 不会吗? [阅读: 452] 2005-07-19 10:00:56 int abc(int i) { int fd; //....open... //如果这里有 push 操作 read(fd, &i, sizeof(i)) int a[i]; //如果这里pop 会怎么样? //... }