前后端分离用nodejs做seo-创新互联
- 服务器(nodejs):
a. 要点:
b. 完整代码:var http = require('http'); var fs = require('fs'); var url = require('url'); http.createServer( function (request, response) { var pathname = url.parse(request.url).pathname; console.log("Request for " + pathname + " received."); response.writeHead(200, {'Content-Type': 'text/html'}); fs.readFile('./head.html',function(e,head){ fs.readFile(pathname.substr(1), function (err, data) { fs.readFile('./foot.html',function(e,foot){ console.log(head.toString()) console.log(foot.toString()) response.write(""); response.write(""); response.write(""); response.write(""); response.write("
标题一 "); response.write(""); response.write(data.toString()); response.write(foot.toString()); response.end(); }) }); }) }).listen(3000); console.log('Server running at http://127.0.0.1:3000/'); - 前端html:
a. head.html:标题 b. index.html:
创新互联公司是一家集网站建设,应城企业网站建设,应城品牌网站建设,网站定制,应城网站建设报价,网络营销,网络优化,应城网站推广为一体的创新建站企业,帮助传统企业提升企业形象加强企业竞争力。可充分满足这一群体相比中小企业更为丰富、高端、多元的互联网需求。同时我们时刻保持专业、时尚、前沿,时刻以成就客户成长自我,坚持不断学习、思考、沉淀、净化自己,让我们为更多的企业打造出实用型网站。身体
这是一段文字
c. foot.html:
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
分享题目:前后端分离用nodejs做seo-创新互联
标题网址:http://hbruida.cn/article/dcjscj.html