recherche

Maison  >  Questions et réponses  >  le corps du texte

php使用fgetcsv上传中文出现乱码怎么解决?

使用fgetcsv上传文件中文乱码
怎么解决?

怪我咯怪我咯2774 Il y a quelques jours705

répondre à tous(2)je répondrai

  • 高洛峰

    高洛峰2017-04-11 09:07:36

    对取得的中文字段进行遍历使用iconv('GBK', 'utf-8', $str);来处理,因为哪个应该是gbk编码

    répondre
    0
  • 阿神

    阿神2017-04-11 09:07:36

    每一个汉字编码

    répondre
    0
  • Annulerrépondre