🌈 搜索
📅  最后修改于: 2022-03-11 14:58:14.083000             🧑  作者: Mango
scala> "hello"(0) res1: Char = h scala> "hello"(1) res2: Char = e