很简单,用到了onload事件。
该事件在图片加载完毕后触发。
<img src="{$sl.icon}" onload="takeBorder(this)">
function takeBorder(obj){ obj.style.borderWidth = 0; }