转自:http://blog.csdn.net/zxsrendong/article/details/15504729
?
一个网页的内容其实就是一段字符串,response.write()可以接受一个字符串作为参数,所以很明显只需要把一个网页的内容作为参数传递给response.write()即可。例如:
- <span?style="white-space:pre">??</span>var?http?=?require('http');??
- ????http.createServer(function(req,?res){??
- ????????var?html?=?'<html>'??