7980818283848586878889
if(obj instanceof ISvgComponent) comp = (ISvgComponent)obj; else throw new FixFlowException(compClass+"没有继承自组件类ISvgComponent!"); result = comp.createComponent(svgTo); return result; }