bjwf · 2005-07-19 08:22:42 · 阅读: 609 考,今天才知道,原来这样也可以了. int func(int a) { int b[a]; //..... return 0; } 这样的程序居然也能编译了.