2019年5月31日
摘要: package com import scala.collection.mutable.ArrayBuffer /** * Created by Administrator on 2019/4/8. */ object TestMap { def main(args: Array[String]) { //**定长数组和变长数组********************... 阅读全文
posted @ 2019-05-31 16:35 o_0的园子 阅读(363) 评论(0) 推荐(0) 编辑
摘要: package com /** * Created by Administrator on 2019/4/8. */ object TestMap { def ttt(f: Int => Int): Unit = { val r = f(10) println(r) } val f0 = (x: Int) => x * x def m0(x: ... 阅读全文
posted @ 2019-05-31 14:43 o_0的园子 阅读(268) 评论(0) 推荐(0) 编辑