源码哪些是下标的哪些是个数的?
interface Array<T> {
length: number;
/** 返回,隔开的元素字符串 */
toString(): string;
/**
2022-05-30