8 lines
139 B
Lua
8 lines
139 B
Lua
|
|
|
|
print("init fast web success!")
|
|
-- 自定义模块演示
|
|
local hello = hello.new()
|
|
print("Custom Module: "..hello:name())
|
|
|
|
return true |