All strings have a metatable added to them by Lua with an __index entry pointing to the string table. What this means is that you can write string function ...
確定! 回上一頁