大家好,又见面了,我是你们的朋友全栈君。
注:https://blog.csdn.net/elladu/article/details/80393814
freemark判断对象的属性
<#if (${blog.belongid==1 })>
red
</#if>
以上不对,应该是
<#if (blog.belongid==1)>
red
</#if>
参考:https://blog.csdn.net/qq_21870555/article/details/80995906
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/141996.html原文链接:https://javaforall.net