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.
我需要在应用程序中实现一个代码,它应该可以看到 Web 服务器上的可用文件。在带有复选框的列表视图中显示它们,最后当用户单击下载按钮时,它会下载 SDCARD 中的文件。
我有以下工作。- 从 Web 服务器下载并保存在 SDCARD 中(但文件名在 URL 中是硬编码的)。
您可能想尝试此解决方案
Android:Web 服务器的文件列表
然后遍历列表并将其转换为字符串
如果您的意思是从您可以使用的 URL 字符串中获取文件名
String.replaceAll();
使用正则表达式替换字符串中所有不必要的部分