nodejs创建webServer,设置图片请求时,在浏览器中不显示 // 1 引入http、fs、path模块 const http = require('http'); const fs = require('fs')