读取输出图片 网页刷新直接提示下载不显示怎么回事
$filename最后面“.jpg”里面有个点 看看是不是没加
将 $index = rand(0,count($strdb)); 改为 $index = rand(0,count($strdb)-1)
请贴出代码啊