📜  lua 整数到字符串 - Lua 代码示例

📅  最后修改于: 2022-03-11 14:54:54.798000             🧑  作者: Mango

代码示例1
print(tostring(5)) --Outputs: "5" as a string