<input type="file" name="smallpic" id="smallpic" 
value="${ fn:split(product.smallpic, '|')[0] }" />
<input type="file" name="smallpic" id="smallpic" 
value="${ fn:split(product.smallpic, '|')[1] }" />
如果我要查询出smallpic这个字段的第一个值该怎么写:<img id="product${ product.tp_id }" src="${ pageContext.request.contextPath }/${product.smallpic }"/>
求教  在线等