您好,欢迎光临本网站![请登录][注册会员]  
文件名称: nodejs搭建本地服务器并访问文件的方法
  所属分类: 其它
  开发工具:
  文件大小: 43kb
  下载次数: 0
  上传时间: 2021-01-02
  提 供 者: weixin_********
 详细说明:安装node:https://nodejs.org/en/download/ 在本地建立目录:f:/nodetest,在该目录下新建index.html作为我们将要访问的内容。新建server.js作为node开启的入口: $ cd f:/nodetest $ mkdir index.html $ mkdir server.js index.html文件里简单写一点东西: node Test