PHP 其实有Enum类库的,需要安装perl扩展,所以不是php的标准扩展,因此 ... <?php class Month extends SplEnum { const default = self::January; ...
確定! 回上一頁