... console.log(req.body.list); }. 前端 $.post('/api/update', { list: [{ ac: 'aa' }, { ac: 'bb' }] });. 前端丟出這個post 的ajax 後,我期望能接到Array,但在 ...
確定! 回上一頁