jdk帮助文档上说:
public ServerSocket(int port,
                    int backlog,
                    InetAddress bindAddr)
             
If bindAddr is null, it will default accepting connections on any/all local addresses. 不是任何吗???为何不行???