Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/392.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript Node.js express RESTful API无法在ie9中呈现html页面_Javascript_Node.js_Internet Explorer_Express - Fatal编程技术网

Javascript Node.js express RESTful API无法在ie9中呈现html页面

Javascript Node.js express RESTful API无法在ie9中呈现html页面,javascript,node.js,internet-explorer,express,Javascript,Node.js,Internet Explorer,Express,我使用express构建RESTful API: app.get("/test/", function(req, res, next) { res.render("test.html"); }); 在其他浏览器中,它可以工作, 但在ie中

我使用express构建RESTful API:

app.get("/test/", function(req, res, next) {
  res.render("test.html");
});
在其他浏览器中,它可以工作, 但在ie中