//否则该函数报错并终止程序。 NumArray* a = (NumArray*)luaL_checkudata(L,1,"myarray"); int index = luaL_checkint(L,2) - 1; //2. 由于任何类型的 ...
確定! 回上一頁