lua_pushvalue (L, -1); /*stack: mt ubox u ud ud*/; lua_insert(L, -5); /*stack: ud mt ubox u ud */; lua_rawset(L, -3); /*stack: ud mt ubox*/
確定! 回上一頁