当rows为:[{"address":"北京","cid":"10025","customer_code":"00001","customer_name":"马云","email":"123@163.com","id_card":"152631190054545","mobile":"1234444444"}]
obj.是取不到值的
应该用rows[0].cid
当rows为:[{"address":"北京","cid":"10025","customer_code":"00001","customer_name":"马云","email":"123@163.com","id_card":"152631190054545","mobile":"1234444444"}]
obj.是取不到值的
应该用rows[0].cid