2019年2月1日
摘要: weakTable = {} weakTable[1] = function() print("i am the first element") end weakTable[2] = function() print("i am the second element") end weakTable[3] = {10, 20, 30} weakTable[4] = {"4"} weakTable[... 阅读全文
posted @ 2019-02-01 15:56 魔天天 阅读(166) 评论(0) 推荐(0) 编辑
摘要: testA ==> classAtestA ==> classAInsttestB ==> classBtestB ==> testBtestC ==> classBtestC ==> classAInsttestD ==> classBtestD ==> testB 阅读全文
posted @ 2019-02-01 13:18 魔天天 阅读(457) 评论(0) 推荐(0) 编辑