我想在html表格单元格中加载图片,但是它显示了一个损坏的图片[错误:GET http://localhost:4003/jTxK4bqTE.jpeg 404(未找到)],即使图片正在加载:http://localhost:63342/Tables/public/index.html我的IDE。
index.html:
<div >
<table bgcolor="#556b2f" class="table table-inverse">
<thead>
<tr>
<th style="color: antiquewhite">Flower</th>
<th style="color: antiquewhite">Fruit</th>
</tr>
<td><img ng-src="../jTxK4bqTE.jpeg" width="160" height="113"></td>
</thead>
</table>
</div>
谢谢