这里 new 了 MySqLOperator 对象 也就是实例化了这个对象因为后需不需要对这个对象进行任何操作所以没出现 MySqLOperator mySqLOperator = new MySqLOperator(); 这样的形式 来指向引用这个对象
静态类方法