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.
我的项目根目录中有公共文件夹。放置了几张图片,当我尝试访问它们时,它说“Sinatra 不知道这个小曲......”
默认公用文件夹不应该称为“公共”吗?还是我必须明确设置?
文件夹名称应为“public”,然后在文件夹结构为 public/image.png 时使用 /image.png 访问它
不需要在路径中包含 /public。