chapters.each(function(item){ var chapter = $(this); var chapterTitle = chapter.find('strong').text(); var videos = chapter.find('.video').children('li'); var chapterData = { chapterTitle:chapterTitle, videos:[] }
添加回答
举报
0/150
提交
取消