已采纳回答 / 风舞
请使用chrome浏览器,ie和chrome下 对于e对象,需要使用兼容代码 点击事件最前面 加入e= e || event 请参考如下代码$(function(){ $('.del').click(function(e){ var target = $(e.target) var id = target.data("id") var tr = $('.item-id-'+id) $.ajax({ type:'DEL...
2016-05-03
TypeError: Cannot read property '_id' of undefined
at D:\imooc\app.js:78:25
at Layer.handle [as handle_request] (D:\imooc\node_modules\express\lib\router\layer.js:95:5)
at next (D:\imooc\node_modules\express\lib\router\route.js:131:13)
at D:\imooc\app.js:78:25
at Layer.handle [as handle_request] (D:\imooc\node_modules\express\lib\router\layer.js:95:5)
at next (D:\imooc\node_modules\express\lib\router\route.js:131:13)
2016-05-03
最新回答 / Catherine_0009
https://coding.net/u/jaywcjlove/p/nxylene/git/commit/2e75bfc77e3373e018de336bd6b329ca800515c0
2016-04-30
最赞回答 / 风舞
运行的什么命令导致的,是node app.js吗? 估计是你没有启动mongooes数据库,快速启动mongoose服务器,我的做法是,找到mongoose执行程序,然后发送到桌面快捷方式,然后在打开是加入打开参数,每次打开时就不需要命令行启动了,直接点图标,数据库就启动了<...图片...>
2016-04-30