// ============================================================ // 确保 $movies_by_category 存在 // ============================================================ if (!isset($movies_by_category) || !is_array($movies_by_category)) { $movies_by_category = []; } ?>