class TodoList { public function __call($method, $arguments) { $this->connectDB(); call_user_func_array(array($this, $method), ...
確定! 回上一頁