Lua的module和require模块官方的定义Programming in Lua(第四版)中对于模块的定义:From the point of view of the user, a module is some code (either in Lua or in C) that can be loaded throughthe function require and that creates and returns a table. Everything that the module exports, such asfuncti