摘要: 1.scala中的Int): Unit ={ }}View Code其中的Function1的定义如下2.与view bounds一样context bounds(上下文界定)也是隐式参数的语法糖object Test { def main(args: Array[String]) { } ... 阅读全文
posted @ 2014-12-30 22:56 senki 阅读(806) 评论(0) 推荐(0) 编辑
摘要: 1.作为隐式参数 1 object Test { 2 3 def main(args: Array[String]) { 4 import FruitColor._ 5 Fruit.get("apple") 6 } 7 } 8 9 object Fruit{10 de... 阅读全文
posted @ 2014-12-30 22:10 senki 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 1 var str = "liuzhanqi"; 2 document.write(str["length"]);//等价str.l ength 3 4 var str = string.fromcharcode(72, 101, 108, 108, 111, 33); 5 document... 阅读全文
posted @ 2014-12-30 21:21 senki 阅读(271) 评论(0) 推荐(0) 编辑