zengyicheng %!s(int64=2) %!d(string=hai) anos
pai
achega
e707acf5d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ssti.js

+ 1 - 1
ssti.js

@@ -71,7 +71,7 @@ router.post('/getTest', function(req, res, next) {
 
         res.on('data', (data) => {
             console.log(data.toString());
-            res.end("");
+            res.end(JSON.stringify(data))
         });
     });