Lua 笔记(24)—— tonumber和tostring. 尽管 Lua 会提供数字和字符串之间的自动转换: > print("10" + 30) 40 > print(10 .. 30) 1030.
確定! 回上一頁