标签:
<img alt="头像" src="${empty members.headPic ?‘images/icon.png‘:members.headPic}" />
判断如果members.headPic为ture时使用members.headPic。为false时使用images/icon.png
【el表达式】jsp中设置默认图像
原文地址:http://www.cnblogs.com/zhixi/p/4877812.html