初始化函数添加自定义模块调用示例
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
|
||||
|
||||
print("init fast web success!")
|
||||
|
||||
-- 自定义模块演示
|
||||
local hello = hello.new()
|
||||
print("Custom Module: "..hello:name())
|
||||
|
||||
return true
|
||||
Reference in New Issue
Block a user