1155500
http.get({ host: 'shapeshed.com' }, function(res) {
console.log("Got a response from shapeshed.com");
}).on('error', function(e) {
console.log("There was an error from shapeshed.com");
});
).on('error', function(e)
一个点,一个on,代表啥意思。。 function(e) 这回调函数在这里有麻用 = =