(lua) What is the role of the parameter t in this search function?

后端 未结 0 1742
谎友^
谎友^ 2021-01-15 03:17

The following code is a multi-inheritance demo in Programming in Lua.

local function search(k, plist)
    for i=1, #pl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题