protected void finalize()//析构函数,无参数无返回值 { try { con.close(); rs=null; uf=null; } catch(Exception e) { } }