17. socket var net = require('net'); var client = new net.Socket(); //使用port與host來設定socket物件client.connect(PORT, HOST, ...
確定! 回上一頁