2008年6月4日
摘要: 摘录原址:原文 很多时候,我们使用IF ...ELSE IF ...进行操作,例如下面的代码片断, MyType result; if (condition1) result = result1; else if (condition2) result = result2; else if (condition3) result = result3; … else if (condit... 阅读全文
posted @ 2008-06-04 21:23 天 天 阅读(505) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/heker2007/category/368351.aspx 阅读全文
posted @ 2008-06-04 20:36 天 天 阅读(357) 评论(0) 推荐(0)