Or with async/await . (async function () { var response = await httpx.request('http://www.baidu.com/'); response.pipe(process.stdout); response.on('end', ...
確定! 回上一頁