';
+ $.each(datas, function (i, item) {
+ if (i > 0) {
+ html += ' ';
+ }
+ html += '' +
+ item.curriculum +
+ ' ' +
+ '' +
+ item.teacher +
+ ' ' +
+ '' +
+ item.classRoom +
+ ' ';
+ //html += '课程:' +
+ // item.curriculum +
+ // ' ' +
+ // '教师:' +
+ // item.teacher +
+ // ' ' +
+ // '班级:' +
+ // item.className +
+ // ' ' +
+ // '教室:' +
+ // item.classRoom +
+ // ' ';
+ });
+ html += ' | ';
+
+ } else {
+ html += '