local meta = getmetatable("") -- get the string metatable meta.__add = function(a,b) -- the + operator return a..b end meta.
確定! 回上一頁