函数名称:加载模块
函数方法
bool = require(modle)
函数用例
--可以加载 lua 文 件或者 so 模块 --如果要加载 ceshi.lua 文件代码如下 require("ceshi") --如果要加载 ts.so 文件代码如下 require("ts")