<?php $img=imagecreatefrompng("/sc.png"); $color=imagecolorallocate($img, 255, 255, 0); imageline($img, 0, 0,100, 100, $color); imagepng($img,"ncx.png"); imagedestroy($img); ?>
Fatal error: Call to undefined function imagecreatefrompng() in D:\wamp\www\test.php on line 4?
函数未被定义?
imagecreatefrompng
怎么解决
柠檬酸钠
qq_大寒_2