lua 中self的作用. withpy 2021-11-12. 简介self其实就相当于Java,C++中的this对象,我们看代码: a = {x = 3, y = 4} a.__index = function(table, key) print(" ...
確定! 回上一頁