Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
假如 shell 命令是 abcsh var (var是变量)
luci.sys.call(“abcsh” ) -- 参数 var 怎么传递?
我有一个比较笨的方法,luci里面把这个变量存到某个配置文件里面,然后脚本去调用配置文件里面的这个变量。
这个可以一试,LUCI有字符串操作的函数吗?