get('https://jsonplaceholder.typicode.com/todos/1', (response) => { let todo = ''; // called when a data chunk is received. response.on('data', ...
確定! 回上一頁