function f(classname<Employee> $clsname): void { $w = new $clsname(); // allocate memory for an object whose type is passed in ... } For this to work, we need a ...
確定! 回上一頁