string text="中文";
string keyword;
byte[] buffer= Encoding.UTF8.GetBytes(text);
keyword=Encoding.GetEncoding("GB2312").GetString(buffer);

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-02
  • 2021-11-20
猜你喜欢
  • 2022-02-08
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
  • 2021-11-23
相关资源
相似解决方案