数组取不了索引元素值?Vars Array<Numeric> src;Events OnInit() { //初始化数组内容 src = [1,2,3,4,5]; Print(TextArray(src[2])); }