search

Home  >  Q&A  >  body text

javascript - 有没有什么办法过滤掉数据库中的乱码?

大家讲道理大家讲道理2770 days ago445

reply all(2)I'll reply

  • 天蓬老师

    天蓬老师2017-04-17 16:50:30

    You can set the character encoding of this library to UTF-8 inside the database
    alter database database name character set utf8;

    reply
    0
  • 怪我咯

    怪我咯2017-04-17 16:50:30

    Database garbled characters must be processed in the database first
    All encodings use utf-8

    reply
    0
  • Cancelreply