取得服务器ip地址

    技术2022-05-11  54

    java.net.InetAddress.getLocalHost().getHostAddress(); 

    java.net.InetAddress.getLocalHost("localhost").


    最新回复(0)