是用SQL中的 CAST函数转换 string sql = "update T_News set hasRead= CAST(hasRead as varchar) +',9' where id = 10";