编辑代码

local xxx={}
function xxx:fff(xx)
xxx.kk=xx
print(xx)
return xxx

xxx:fff("66"):fff("588"):fff("78")