include __ROOT__."/phpthumb/ThumbLib.inc.php";
try { $thumb = PhpThumbFactory::create($mohu); $thumb->resize(240); $thumb->save($mohu); } catch (Exception $e) { print $e->getMessage(); exit(); }本文共 244 字,大约阅读时间需要 1 分钟。
include __ROOT__."/phpthumb/ThumbLib.inc.php";
try { $thumb = PhpThumbFactory::create($mohu); $thumb->resize(240); $thumb->save($mohu); } catch (Exception $e) { print $e->getMessage(); exit(); }转载于:https://my.oschina.net/364523091/blog/1031069