如果我有以下内容
val A = List(1,2,3) val B = List(1,2,3)
这两个变量的地址是否相同?
memory scala data-structures
data-structures ×1
memory ×1
scala ×1