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.
我正在使用urllib.urlopen从 URL 读取文件。获取文件名的最佳方法是什么?服务器是否总是返回Content-Disposition标头?
urllib.urlopen
Content-Disposition
谢谢。
这是一个可选的标题,所以没有。查看它是否存在,如果不存在则回退到检查 URL。