为什么是echo,echo不是输出吗,用在images/<?php echo $src;?>这个地方合适吗,为什么不是用return来获取$src的值
<tr>
<td><?php echo $i;?></td>
<td><?php echo $val;?></td>
<td><?php $src=filetype($p)=="file"?"file_ico.png":"folder_ico.png";?><img src="images/<?php echo $src;?>" alt="" title="文件" /></td>
<td><?php echo transByte(filesize($p));?></td>
<td><?php $src=is_readable($p)?"correct.png":"error.png";?><img src="images/<?php echo $src;?>" alt="" width="25.6" height="25.6"/></td>$
</tr>