部分來自網絡: /** * 獲取移動設備本地IP * @return */ protected static InetAddress getLocalInetAddress() { InetAddress ip = null; ...
確定! 回上一頁