service@xinpop.cn
高校博达网站群V12网站建设制作设计中标题列表组件使用时如何判断图片为空时默认一张图片作为替代?
范例代码:
<#list list_news as news>
<#if news.picUrl!=''>
<a
href="${news.url}" target="_blank"><img src="${news.picUrl}"
style="width:180px; height:210px;" border="0"></a>
<#else>
<img src="/static/image/teacher.jpg" style="width:180px; height:210px;" border="0">
</#if>
</#list>
注意代码中粗体部分.不会写的直接用.修改参数就可以.