获取服务器响应中的 Content-Disposition HTTP 标头值。
Content-Disposition
这个标头通常包含了服务器建议的文件名, 例如: attachment; filename="document.pdf"。 解析此字符串可以帮助确定默认的保存文件名。
attachment; filename="document.pdf"
Content-Disposition 标头的值 String,如果不存在则为 null。
null