当前位置: 代码迷 >> J2SE >> <html:img page="<bean:write name="personalInfo" property="headPic"/>"/>就出错,改成<img src>就不出错,怎么处理
  详细解决方案

<html:img page="<bean:write name="personalInfo" property="headPic"/>"/>就出错,改成<img src>就不出错,怎么处理

热度:305   发布时间:2016-04-24 17:22:02.0
<html:img page="<bean:write name="personalInfo" property="headPic"/>"/>就出错,改成<img src>就不出错,怎么办
<html:img   page= " <bean:write   name= "personalInfo "   property= "headPic "/> "/> 就出错,改成 <img   src> 就不出错,怎么办

------解决方案--------------------
标签不能嵌套

  相关解决方案