我是 Luci/lua 的新手,在LuCI 15.05-154-gb81a22b和 lua 5.1 上工作 执行视图时遇到的问题向我显示以下错误
控制器语法如下
e=entry({"admin","network","macclone"},arcombine(template("admin_network/mac_clone")),_("MacClone"),14)
e.leaf=true
控制器成功调用视图页面。
看法
<%#
Copyright 2008-2009 Steven Barth <steven@midlink.org>
Copyright 2008-2015 Jo-Philipp Wich <jow@openwrt.org>
Licensed to the public under the Apache License 2.0.
-%>
<%-+header-%>
<div id="cbi-network">
<h2>hello</h2>
</div>
<%-+footer-%>
查看执行错误
为什么会出现这个错误?如何解决这个错误?
注意:header 加载必要的 css 文件,例如:bootstrap