标签:
aa.lua complex={ } function complex.showName() print ("woshi dongshen ") end return complex 1.lua local mymodule=require("aa") mymodule.showName();
lua module
原文地址:http://www.cnblogs.com/yufenghou/p/4302481.html