摘要:
public function imgColor($imgUrl) { $imageInfo = getimagesize($imgUrl); //图片类型 $imgType = strtolower(substr(image_type_to_extension($imageInfo[2]), 1)); //对应函数 $imageFun = 'imagec... 阅读全文
posted @ 2018-04-12 17:35
西瓜霜
阅读(301)
评论(0)
推荐(0)