Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有领域的课程(string, string, blob)。在 JSP 上,我想在表格中显示这个 obj,例如:
(string, string, blob)
<c:forEach var = "p" items="${products}"> <img src="${p.image}" /> </c:forEach>
我该怎么做?
你有两个选择: