计算Lua 的Table长度. 在Lua 中,我们可以通过这个符号”#“ 来计算字符串的长度和一个table的长度,比如:. str = "I'am a string!" print(#str) => 14.
確定! 回上一頁