create the web service by yourshelf

  start cmd node demo.js var http = require('http'); http.createServer(function (request, response) { response.writeHead(200, {'Content-Type': 'text/plain'}); response.end('good night\n'); }).lis
相關文章
相關標籤/搜索