service@xinpop.cn
高校博達(dá)網(wǎng)站群V12網(wǎng)站建設(shè)制作設(shè)計中標(biāo)題列表組件使用時如何判斷圖片為空時默認(rèn)一張圖片作為替代?
范例代碼:
<#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>
注意代碼中粗體部分.不會寫的直接用.修改參數(shù)就可以.