mysql保存数据提示1366 Incorrect string value: ‘\xF0\x9F\x98\x8A\xF0\x9F…’ 解决

作者:袖梨 2022-11-14

比较简便的方式是Solution 1,使用php的mb_系列函数可以搞定(iconv 搞不定):

$str= mb_convert_encoding ( $str, ‘UTF-8′ );

相关文章

精彩推荐