2015年8月9日
摘要: package com.leegh.function/** * @author Guohui Li */object Curring { def main(args: Array[String]): Unit = { def muliple(x: Int, y: Int) = x * y ... 阅读全文
posted @ 2015-08-09 08:49 李格非 阅读(138) 评论(0) 推荐(0) 编辑