1 byte[] bs = Encoding.UTF8.GetBytes("你的字符串");
2 string str = Encoding.UTF8.GetString(bs);

 

相关文章:

  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2021-06-14
  • 2021-12-09
猜你喜欢
  • 2021-10-07
  • 2022-01-01
相关资源
相似解决方案