reference to : http://blog.csdn.net/jsjwbxzy/article/details/45970231

    try {
        des = URLEncoder.encode(des, "UTF-8");
    } catch (UnsupportedEncodingException e) {
        e.printStackTrace();
    }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2023-03-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2021-08-14
相关资源
相似解决方案