<script>LA.init({id: "1xW6hWisowEuecti",ck: "1xW6hWisowEuecti"})</script>这个smarty该做出什么改变才能显示效果呢?
时间: 2023-06-11 17:07:29 浏览: 78
smarty简单模板变量输出方法 <font color=red>原创</font>
这行代码是用来初始化LA(LeanCloud)的,它并不是Smarty模板引擎的语法。因此,如果你想在Smarty模板中显示它的效果,需要将该代码放在HTML标签中,并将其引入到你的Smarty模板中。例如:
```html
<head>
<script src="https://cdn1.lncld.net/static/js/av-mini-1.6.1.js"></script>
<script>LA.init({id: "1xW6hWisowEuecti",ck: "1xW6hWisowEuecti"})</script>
</head>
```
这样,当你在Smarty模板中引入该HTML文件时,该代码就会被执行,并且可以在页面上显示出效果。
阅读全文