A. val list = List(1,22,3) B. val list = List(“Hello”,”Scala”) C. val list : String = List(“A”,”B”) D. val list = List[Int](1,2,3)
A. 对 B. 错