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:[] }
下面js中item是什么意思
一個大貝貝
2017-03-23 17:49:19