'降温服', '成衣' => '成衣', '配饰' => '配饰', '其他' => '其他']; $curCat = $p['category'] ?? '降温服'; if ($curCat && !isset($catOpts[$curCat])) { $catOpts[$curCat] = $curCat; } $seasonOpts = ['春' => '春', '夏' => '夏', '秋' => '秋', '冬' => '冬', '四季' => '四季']; $curSeason = $p['season'] ?? ''; ?>