<?php trait SingletonTrait { private static $self = null; protected function __construct(){} private function __clone(){}
確定! 回上一頁