浏览文章
文章信息
数据库替换字段某些字符
2048
例如把iamge的 “我”替换成 “你”
update oc_product_image set image=REPLACE(image,'我','你')