How to treat request.query as a string in Node js . that means i want to traverse in the query as a string..how can i do this?

前端 未结 0 1386
梦如初夏
梦如初夏 2020-12-28 11:28
function decryptQueryParams(req, res ,next) {
    let rawData=req.query;
    let data =\'\';
    for(let i=0; i=\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题