1、Strict Standards: Non-static method cls_image::gd_version() should not be called statically 问题描述:未声明静态调用。 解决方法:将return cls_image::gd_version(); 替换为$p = new cls_image(); ret……