
请问http://thirdwx.ql种 没有后缀 只有尺寸的图片链接是怎么做的
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
3条回答 默认 最新
- 美雨知春 2018-11-12 08:57关注
$image_file="/tests/test.jpg";
$sTmpVar = fread(fopen($image_file, 'r'), filesize($image_file));
header("Content-type: image/jpg ");
echo $sTmpVar;把这个写到apache下面访问就行了
解决 无用评论 打赏 举报