The createServer() accepts a callback that has two parameters: HTTP request ( req ) and response ( res ). Inside the callback, we send an HTML string to the ...
確定! 回上一頁