int main() { int j; for(j=0;j<=15;j++) { sleep(1); printf(" -> "); fflush(stdout);//注释掉这一行你就知道它的用法了! } return 1; }