Update `table_name` SET `field_name` = replace (`field_name`,’from_str’,'to_str’) Where id = ?where 后面自行替换条件。务必要精确,别更新了不应该更新的数据。说明:table_name —— 表的名字field_name —— 字段名from_str —— 需要替换的字符串to_str —— 替换成的字符串