摘要: https://www.php.net/manual/en/control-structures.match.php $shape = ['type' => 'circle', 'radius' => '10']; $res = match ($shape) { ['type' => 'circle 阅读全文
posted @ 2024-04-13 17:04 列王纪 阅读(138) 评论(0) 推荐(0)