level 1
鼠科j
楼主
新手,求教,从数据库中读取的数据用field=‘字段名’可以输出,但是我是一个图片路径,要用来显示出图片该如何操作呢?
急急急急急急急急急急急急急急急急!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
求高人指点
<table id="dg" title="应用列表" class="easyui-datagrid" style="width:700px;min-height:250px; height:auto;"
url="{:U('App/getAppInfo')}"
toolbar="#toolbar" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="id" width="50">ID</th>
<th field="ico" width="50">图标</th>
<th field="name" width="50">名称</th>
<th field="date" width="50">添加时间</th>
<th field="recommend" width="50">推荐</th>
</tr>
</thead>
</table>
2015年11月05日 08点11分
1
急急急急急急急急急急急急急急急急!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
求高人指点
<table id="dg" title="应用列表" class="easyui-datagrid" style="width:700px;min-height:250px; height:auto;"
url="{:U('App/getAppInfo')}"
toolbar="#toolbar" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="id" width="50">ID</th>
<th field="ico" width="50">图标</th>
<th field="name" width="50">名称</th>
<th field="date" width="50">添加时间</th>
<th field="recommend" width="50">推荐</th>
</tr>
</thead>
</table>