Syntax error, insert "}" to complete Block
<%while(rs.next()){//循环输出产品信息product_name=rs.getString("product_name");price=rs.getFl...
<%
while(rs.next())
{ // 循环输出产品信息
product_name = rs.getString("product_name");
price = rs.getFloat("price");
description = rs.getString("description");
%>
<tr>
<td> 产品名称:<%=product_name%></td><td width="40%"> 报价:<span style="color:#FF0000;font-style:italic;"><%=price%></span></td>
</tr>
<tr>
<td colspan="2"> 描述:<%=description%></td>
</tr>
<tr><td height="5" colspan="2"><hr size="3" width="10%"/></td></tr>
<%
}
finally //最后一定执行的语句
{
if(rs!=null){
try{ rs.close();}catch(Exception e){e.printStackTrace();}
}
if(sm!=null){
try{ sm.close();}catch(Exception e){e.printStackTrace();}
}
if(con!=null){
try{ con.close();}catch (Exception e){e.printStackTrace();}
}
}
%>
查找了下 没有发现哪里缺少或是多出了}号 展开
while(rs.next())
{ // 循环输出产品信息
product_name = rs.getString("product_name");
price = rs.getFloat("price");
description = rs.getString("description");
%>
<tr>
<td> 产品名称:<%=product_name%></td><td width="40%"> 报价:<span style="color:#FF0000;font-style:italic;"><%=price%></span></td>
</tr>
<tr>
<td colspan="2"> 描述:<%=description%></td>
</tr>
<tr><td height="5" colspan="2"><hr size="3" width="10%"/></td></tr>
<%
}
finally //最后一定执行的语句
{
if(rs!=null){
try{ rs.close();}catch(Exception e){e.printStackTrace();}
}
if(sm!=null){
try{ sm.close();}catch(Exception e){e.printStackTrace();}
}
if(con!=null){
try{ con.close();}catch (Exception e){e.printStackTrace();}
}
}
%>
查找了下 没有发现哪里缺少或是多出了}号 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询