if(! mb_check_encoding($result, 'utf-8')) { $result = mb_convert_encoding($result,'UTF-8',['ASCII','UTF-8','GB2312','GBK']); }
if(! mb_check_encoding($result, 'utf-8')) { $result = mb_convert_encoding($result,'UTF-8',['ASCII','UTF-8','GB2312','GBK']); }