打开 /plus/diy.php 找到
$addvalue .= ", '".${$fieldinfo[0]}."'";
改成
$addvalue .= ", '".iconv( "UTF-8", "gb2312//IGNORE" , ${$fieldinfo[0]})."'";