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.
嗨,我在 ftp 服务器上有图像,需要在 jquery 幻灯片中显示,但它们不会显示在浏览器和搜索中,看起来我必须将 ftp 服务器设置为二进制模式,但我使用的是内置的windows ftp 客户端,我只是将文件从桌面拖放到服务器,但找不到设置为二进制模式的选项。
事实证明,该系统是区分大小写的。在我的代码中,图像名称是大写的,但服务器上的相同名称是小写的,导致它们无法被识别。