今天研究一下_G这张表:-- _G是一张表,保存了lua所用的所有全局函数和全局变量for a,b in pairs(_G) do print(a,"\t",b) if type(b) == "table" then for x,y in ...
確定! 回上一頁