https://luotianyi.vc/6044.html 刚看了这个, 重写我改成了 concat("/files/", http.request.uri.path) 网址有应该是访问 域名/files/图片么? 一直404. |
|
这个作用就是让你的URL不含/files/,原先额url删掉这段就行。比如 b2.com/files/1.png ,新的访问连接就是b2.com/1.png |