let readonlyArray: Readonly<[string, number]> = ["test", 1, 1]; 两行代码似乎都在做类似的事情。我不知道将数组声明为 ReadOnly 有什么区别和 ReadOnlyArray ...
確定! 回上一頁