Copyright © 2012 FITPI. All rights reserved.
҂ℳކ僯Ⅲẵσ֥թ౼
14
http://f2eclass.com/lab/nodejs/html.js
http://f2eclass.com/lab/nodejs/html.html
var http = require("http"),
fs = require("fs");
// ඞਢ࠾༻ fs.readFile ሡ䈕Ҋᩇೖ
fs.readFile("./html.html", function (err, html) {
if (err) {
throw err;
}
// ݐཱ Web ث
http.createServer(function (request, response) {
response.writeHeader(200, {
"Content-Type": "text/html"
});
response.write(html);
response.end();
}).listen(8000);
});
html.js
> node html.js
Node.js - ଌࢼท
div {
background: red;
}
Hello! ഝੋ Node.js తଌࢼทɻ
html.html
၂֊Ϝ8FC4FSWFSఏῲđᄜᄸ喁ڿIUNMIUNM҂ളིb၂קေᇗ⬏Ҍྛb