whychdw
2020-04-27 f2d4574ab91369f81abf7ce24dc6bded1733edfd
webSockTest/src/com/fgkj/services/HttpUtil.java
@@ -71,7 +71,6 @@
            result += getLine;
        }
        in.close();
        System.err.println("result:" + result);
        return result;
    }
}