🌈 搜索
📅  最后修改于: 2022-03-11 14:49:25.504000             🧑  作者: Mango
fn main() { let a = [1, 2, 3, 4, 5]; let first = a[0]; let second = a[1]; }