readLine()传输报错
按字面上理解 public String readLine() throws IOException { return readLine(false); } 应该是传过来的那一行字有问题,我传过来的数据为: "用户名:admin;密码:123"结果就阻塞了,然后我把分号去掉,就通过了。好奇怪,这是为什么咧?
按字面上理解 public String readLine() throws IOException { return readLine(false); } 应该是传过来的那一行字有问题,我传过来的数据为: "用户名:admin;密码:123"结果就阻塞了,然后我把分号去掉,就通过了。好奇怪,这是为什么咧?
2015-11-02
举报