下面的代码在C/C++中合法,但是在Java中非法
1 {2 int x = 10;3 {4 int x = 9;5 }6 }
posted on 2011-12-22 16:47 cssin 阅读(144) 评论(0) 收藏 举报