status : 共找到1条记录, 花费时间为 0.003
通过php向图片中加入文字 详细>>

1 2 3 4 5 6 | <?php header( "content-type:image/png" ); $img =ImageCreate(200,200); $bgcolor =ImageColorAllocate( $img ,255,255,255); $red =ImageColorAlloc... <p class = "clear" ></p> |
2016-05-26 11:18:39