/// <summary> /// FormID 为空则不调用上传函数 /// </summary> public void Save() { if (FormID != null && FormID.Trim().Length > 0) { _UploadFiles(); } }