td提示暂无数据图片同上

mac2025-06-02  74

$('img').error(function(){ $(this).prop('src','__STATIC__/img/timg.jpg') }); $('td').each(function() { if($(this).html()==''){ $(this).html('暂无数据').css('color','#1AB394'); } });
最新回复(0)