游客[注册]
|
登录
|
中文
|
english
整站搜索
用户博客
找到相关内容
1
篇
只要一个返回语句
本文是从 A return to Good Code 这篇文章翻译而来。 别再这样写了: public boolean foo(){ if (true){ return true; } else { return false; } } 每次当我深入某个开
http://www.cyqdata.cn/cnblogs/article-detail-38338
2011/5/28 11:43:37