代码如下:
public void edit(Customer c){
String SQL = "update t_customer set cname=?,gender=?,birthday=?,cellphone=?,email=?,description=? where cid=?"; Strin
public void edit(Customer c){
String SQL = "update t_customer set cname=?,gender=?,birthday=?,cellphone=?,email=?,description=? where cid=?"; Strin