recherche

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

java-web - android端与服务器端编码的问题

天蓬老师天蓬老师2771 Il y a quelques jours626

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

  • PHP中文网

    PHP中文网2017-04-17 17:21:07

    两端用unicode或者urlencode一下避免中文不就可以了

    répondre
    0
  • 大家讲道理

    大家讲道理2017-04-17 17:21:07

    你转换转错了吧,服务器给你的是gbk,要转utf-8,应该是new String(str.getBytes("gbk"), "utf-8");另外,普遍的转换方式是new String(result.getBytes("ISO-8859-1"), "UTF-8");

    répondre
    0
  • 高洛峰

    高洛峰2017-04-17 17:21:07

    我觉得不管get还是post中map等中 中文应该统一urlencode编码下 一行代码的事情。

    répondre
    0
  • PHPz

    PHPz2017-04-17 17:21:07

    二楼 的方法试试。。估计编码顺序 颠倒了。

    répondre
    0
  • Annulerrépondre