php绘图

<?php /** * Created by PhpStorm. * User: dllo * Date: 16/8/12 * Time: 下午3:56 */ header("Content-type: image/jpeg"); $im = imagecreatetruecolor(100, 100); $w = imagecolorallocate($im, 255, 255, 255)
相关文章
相关标签/搜索