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