Maison > Questions et réponses > le corps du texte
比如在一个表格其中一列中插入<img>标签,
@extends('index')
@section('content')
<table>
<thead>
<tr><th>图片</th></tr>
</thead>
<tbody>
<td><img src='准确路径'></td>
</tbody>
</table>
@endsection
在浏览器上的显示效果是:
所以想请各位帮忙解决一下这个问题,谢谢!