var http = require("http"); http.createServer(aa).listen(8080); console.log("Server has started fdsafsdaf ."); function aa(request, response) { response.writeHead(200, {"Content-Type": "text/plain"}); response.write(''; response.write('

Hello World

fffffffff你要的中文html'); console.log("USER in."); response.end(); }