在写一段代码的时候,比如通过一个按钮连接到mysql数据库时,在编码时会
出现:
unreperted exception java.lang.ClassNotFoundExcetion;must be caught or declared to be thrown at line(**,**);
时,可能在写代码没有
try{}
catch()
{}
有时候我们只需要float类型 的小数点后两位数字,我们可以将其格式化,其语法是
import java.text.*;
DecimalFormat df = new DecimalFormat("0.##");
<%=df.format(变量)%>