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个回答
展开全部
没有少};他是告诉你}后面不完整;把finally删掉,你这里没有try不需要finally;后面的那部分是一定会执行的,提一句现在哪个公司还准许你这样写代码的啊?快倒闭了吧?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
启帆信息
2024-11-19 广告
2024-11-19 广告
启帆信息是英伟达中国区代理商,原厂授权代理,提供全面的软件技术解决方案以及NVIDIA以太网产品、交换机等产品,欢迎前来咨询!...
点击进入详情页
本回答由启帆信息提供
2013-04-18
展开全部
finally //最后一定执行的语句
这个对应的try在哪呢。代码不完整,没法排查
这个对应的try在哪呢。代码不完整,没法排查
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询