Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 PHP 网站上使用“TimThumb”函数,但我遇到了一个问题;我无法更改文件名。
<img src="thumb.php?src=blabla.jpg&w=300&h=200 />
当我保存图像时,它会保存为“thumb.jpg”
我怎么解决这个问题?.htaccess 可以解决吗?