bsp; { case "string": case "date": case "datetime": $this->sValue.="\"".$this->aNew[$tmpIn]."\""; $this->sEdit="\"".$this->aNew[$tmpIn]."\""; break; case "int": case "unknown": $this->sValue.=$this->aNew[$tmpIn]; $this->sEdit=$this->aNew[$tmpIn]; break; default: $this->nErr=1; $this->sErr="Update:字段名为".$this->aFName[$tmpIn]."的".$ftype."类型目前版本不支持,请用别的方法添加数据!"; return; }