企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 1、Smarty左右定界符配置 * 在Smarty中,默认使用 "{" 和 "}" 作为变量的定界符。但这样,会与CSS、JS中的大括号冲突。 * 左定界符:$smarty->left_delimiter = "string" * 右定界符:$smarty->right_delimiter = "string" ![](https://img.kancloud.cn/0b/06/0b0639d77500c2d4b196e38955b17580_969x468.png) ## 2、Smarty常用目录配置 ![](https://img.kancloud.cn/f4/e2/f4e2c5ce092e5b28c2d734b30d82ef94_1259x257.png) ``` 查看Smarty常用目录配置:Smarty类文件中的__construct()构造方法 ``` ![](https://img.kancloud.cn/2c/53/2c53f0fb3d20966de449356b8e40c505_758x388.png) ![](https://img.kancloud.cn/b7/a3/b7a337b962ba6c63931b09a0cf433dce_1053x481.png)