javascript - node.js数据传递问题
迷茫
迷茫 2017-04-17 16:28:27
0
1
293
迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(1)
大家讲道理

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

var  movie =  {
            _id: 0,
            name: '黑客帝国'
}

传进去这个:
       {
        title: 'imooc 详情页',
        movie: movie
        }
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template