Files
fastweb/www/api/lib/init.lua

8 lines
139 B
Lua

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