let x = vec[0]; 是move,move 之后ownership 交给了x rust 里trait 分Copy 和Clone,这俩的区别就是Copy 默认不需要很耗时的调用而Clone 默认需要, ...
確定! 回上一頁