这样的表达式对吗?该如何处理
这样的表达式对吗?
<input name= "em " type= "text " value= " <%=rs.getString( 'em ')%> " class=input id= "em ">
这样的表达式对吗?
------解决方案--------------------
rs.getString( "em ")
------解决方案--------------------
rs.getString( "em ")必须是双引号的
<input name= "em " type= "text " value= " <%=rs.getString( 'em ')%> " class=input id= "em ">
这样的表达式对吗?
------解决方案--------------------
rs.getString( "em ")
------解决方案--------------------
rs.getString( "em ")必须是双引号的