반응형

app.post("주소" , function(req,res) {

     for(var i= req.body.length; i++)

     {

//추가할 data

          req.body[i].c1 = "c5"

          req.body[i].c2 = "c4"

          req.body[i].c3 = "c3"

          req.body[i].c4 = "c2"

          req.body[i].c5 = "c1"

      }

});

반응형

'프로그램 관련 > Node js' 카테고리의 다른 글

warnings potentially fixable with the --fix Error  (0) 2021.11.04
node bit 변경시 주의사항  (0) 2021.09.30

+ Recent posts