exec("cwebp -q 80 123.jpg -o iamge.webp",$bool); passthru("cwebp -q 80 123.jpg -o iamge.webp ",$bool); if($bool==0){ echo "成功"; ...
確定! 回上一頁