1.在对数据进行操作时,一定要考虑数据里面每一个value值是否存在
$.each(data, function(i, item){ if(item == null || item.firstFrame == null || item.url == null){ return true; }})