0
public class product {
private String name;
private String path;
// and getter setter of attributes
}
我想從bean獲取path
值,並在「img src」標記中給出此路徑值。 我知道打印路徑屬性值,但我的問題是,使用img標籤這一形象使用struts2從bean獲取路徑值
我知道如何打印路徑屬性值,但我的問題是,在img標籤中使用此路徑值上傳此圖像 –