JAVA 请求API接口,传参出现乱码的解决办法。

将//wr.writeBytes(qqt);
更改成 wr.write(qqt.getBytes());

posted @ 2024-06-13 17:21  云水潇湘  阅读(2)  评论(0编辑  收藏  举报