luaL_argcheck (L, index >= 0 && index <= a->size, 1, "index out of range");. a->values[index - 1] = value; //将lua中写入的数值设置到C数组中. return 0;
確定! 回上一頁