id值内容不正确。应是数字类型,试一下改为:str_sqli = "update _news set title='" + _text1 + "',keywords='" + _text2 + "',description='" + _text3 + "',content='" + _content + "' where id=" + Convert.ToInt32(_text);