jsp中的<c:forEach items="${pageInfo.list}" var="product">怎么把${product.salePrice}的值加在一个变量里啊。

img

如何使用${product.salePrice}的值,加到一个变量中。

https://blog.csdn.net/shuangrenyu1234/article/details/17735911
利用c:set 标签,上面链接文章很详细

远程看看