TCPClient
TCPClient copied to clipboard
发送中文,设置编码问题
发送中文时,出现乱码: String field_content = “中文测试”; MyTCPClient.Send(field_content.getBytes(Charset.forName("UTF-8")));
不知作者是否测试过中文,或者可能是我使用方法上,有错误。