数组和数组元素只读
const account = [10, 40, 50, 60, 90] as const // account[0] = 100 // 错误 export { }
posted on 2023-08-17 10:13 空白格k 阅读(78) 评论(0) 收藏 举报