search

Home  >  Q&A  >  body text

javascript - node.js数据传递问题

迷茫迷茫2786 days ago286

reply all(1)I'll reply

  • 大家讲道理

    大家讲道理2017-04-17 16:30:27

    If you write it like this, it should be correct:

    var  movie =  {
                _id: 0,
                name: '黑客帝国'
    }
    
    传进去这个:
           {
            title: 'imooc 详情页',
            movie: movie
            }

    reply
    0
  • Cancelreply