It returns a function that transforms any Lua value into a human-readable string: local inspect = require('inspect') print(inspect({1,2,3})) ...
確定! 回上一頁