let request = http.get("http://localhost:8000/make_json/?api="+{"msg":"hello"}, function (res) { res.on('data', function (chunk) {data += chunk; res.on('end', function
我正在尝试使用react路由器和node js服务器来管理react应用程序。();const port = process.env.PORT || 5000;app.use(express.static(path.join(__dirname, '/..console.log('Server Is up : ', port)当尝试访问localh