<jsp:setPRoperty>的第3种方法 ,用value赋值怎么赋值int类型?
<jsp:setPRoperty>的第3种方法 ,用value赋值怎么赋值int类型?
比如
<jsp:setProperty property="id" name="myAccount" value=5555 />
id在Account的类型是int
怎么传递呢?
强制类型转?可是value=(integer)"5555"一样是错的T_T……
<jsp:setPRoperty>的第3种方法 ,用value赋值怎么赋值int类型?
比如
<jsp:setProperty property="id" name="myAccount" value=5555 />
id在Account的类型是int
怎么传递呢?
强制类型转?可是value=(integer)"5555"一样是错的T_T……
2016-01-03
举报