🌈 搜索
📅  最后修改于: 2022-03-11 14:48:22.046000             🧑  作者: Mango
const result = (arr:T[]):T => { return arr[arr.length - 1] } result([1,2,3])