function index_onload() { index_load_term_new(); index_load_collect_new(); index_load_course_new(); } function index_load_collect_new() { $.get( "../collect/list.php", { begin: 0, page: 4, }, function (data, status) { let arrCollectList = JSON.parse(data); let html = ""; for (const iterator of arrCollectList.data) { html += "