소행성소장
함수에서 인자를 받아 클래스를 생성해야 합니다. 이럴때 사용하는 방법입니다. /* type : Retim, Retim6, RetimS */ aa(type) { const Cls = eval(`this.${type}`); const retim6 = new Cls(); retim6.manage(); }