直接调用页头页尾 直接原样显示了
正解:
要注意 file后不能加空格, 不然放在 页头会报错, 放在其他地方则不会被解析. 以上是我的经历,供参考.
{include file ='public/header' /} 错误
{include file='public/header' /} 正确
本文共 200 字,大约阅读时间需要 1 分钟。
直接调用页头页尾 直接原样显示了
正解:
要注意 file后不能加空格, 不然放在 页头会报错, 放在其他地方则不会被解析. 以上是我的经历,供参考.
{include file ='public/header' /} 错误
{include file='public/header' /} 正确
转载于:https://www.cnblogs.com/snowhite/p/8670319.html