parseInt(args[0]); String wwwhome = args[1]; // open server socket ServerSocket socket = null; try { socket = new ServerSocket(port); } catch (IOException ...
確定! 回上一頁