第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

EJS 中的數(shù)組在 NodeJS 中返回未定義和空值 - Express

EJS 中的數(shù)組在 NodeJS 中返回未定義和空值 - Express

莫回?zé)o 2022-12-18 16:12:36
這是我的 ejs 代碼<% var tag = [''] %><form action="/like" method="POST">    <% for (var i in tag){%>        Tag: <input type="text" name="likes[]" value="<%= tag[i].likes %>"/><br><br>             <button type="submit" value="accept">Send Tag</button><br><br><hr>    <%} %></form>這是我的 controller.js 代碼control.post('/like', (req, res, next) => {    let tags = [req.body.likes];    console.log(tags);    iglike(tags);    next();    res.send(tags);     });當(dāng)我[]從name = "likes[]"代碼中刪除時,會完美地返回輸入的數(shù)據(jù)。但是在控制臺日志中name = "likes[]" 返回代碼。undefined 例如:喜歡 []Input : App, WebOutput: [null] , In Console: Undefined沒有喜歡[]Input: app, webOutput: ['app, web'] ( Stores them into single array)我希望我的輸出是Input: app, example, thanksOutput: ['app','example','thanks']我正在使用 EJS 視圖引擎和 node-express 我app.use(express.urlencoded({extended: false}))也在我的 app.js 中添加了代碼。
查看完整描述

1 回答

?
動漫人物

TA貢獻(xiàn)1815條經(jīng)驗 獲得超10個贊

更改擴(kuò)展為真:

app.use(express.urlencoded({extended: true}))

并從 req.body.likes 中刪除方括號:

let tags = req.body.likes;


查看完整回答
反對 回復(fù) 2022-12-18
  • 1 回答
  • 0 關(guān)注
  • 112 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號