TransformerFactory tff = TransformerFactory.newInstance();
这种通过调用方法而不是构造方法创建对象的类是什么类?
这是工厂类,设计模式中的工厂模式