根据Lua Wiki 上的优化建议Lua 5.1 Optimization Notes: Short inline expressions can be faster than function calls. t[#t+1] = 0 is faster than table.insert( ...
確定! 回上一頁