string sql = "update jjfa set nr='" + txtBody.Text + "',bt='" + txtTitle.Text + "' where id='" + hiVal.Value + "'";更新的时候输入有单引号的字符串就报错,哪位帮忙改下?