摘要: 在 lua 脚本中常用的包含某个文件就是 require 函数。 例如: #!/usr/bin/lua // 表明使用的是lua脚本,像shell脚本一样 local http = require("socket.http") local json = require("luci.json") 有时 阅读全文
posted @ 2017-11-06 17:10 hbg-rohens 阅读(1396) 评论(0) 推荐(0)