URLSave
URLSave is being phased out in favor of URLDownload, which was introduced experimentally in Version 11.
URLSave["url"]
把 URL 的内容保存到 $TemporaryDirectory 的文件中.
URLSave["url","file"]
把 URL 的内容保存到文件中.
URLSave["url","file",elements]
从 URL 中返回指定元素.
更多信息和选项
- 支持的元素类型:
-
"Headers" 从 URL 接收到的所有头部列表 "Cookies" 所有已知 cookie 的列表 "StatusCode" 由服务器返回的状态代码 - 可以给出下列格式的元素指定:
-
"elem" 返回单个元素 {elem1,elem2,…} 返回几个元素 {"Rules",{elem1,elem2,…}} 以规则列表返回几个元素 "Rules" 以规则列表返回所有可能的元素 "All" 以列表返回所有可能的元素 - 可以给出下列选项:
-
Method "GET" 用于请求的方法 "Parameters" {} 发送给请求的参数 "Body" "" 发送的消息体内容 "MultipartElements" {} 发送的多部分数据元素的列表 "Username" "" 用于请求的用户名 "Password" "" 用于请求的密码 "Headers" {} 手动发送给 HTTP 服务器的头部 "Cookies" Automatic 是否存储接收到的 cookie "StoreCookies" True 传递给服务器的 cookie "VerifyPeer" True 使用 SSL 证明验证身份 "UserAgent" Automatic 发送的用户代理字符串 "ReadTimeout" 0 允许用于上传或者下载数据的时间 "ConnectTimeout" 0 允许连接服务器的时间 BinaryFormat True 是否避免换行或者其他数据的文本解释 "FollowRedirects" True 是否重定向
范例
打开所有单元关闭所有单元选项 (13)
"StoreCookies" (1)
如果 False,当在全局共享 Cookie 中,"StoreCookies" 将不会放置找到的任何新 cookie:
Wolfram Research (2012),URLSave,Wolfram 语言函数,https://reference.wolfram.com/language/ref/URLSave.html.
文本
Wolfram Research (2012),URLSave,Wolfram 语言函数,https://reference.wolfram.com/language/ref/URLSave.html.
CMS
Wolfram 语言. 2012. "URLSave." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/URLSave.html.
APA
Wolfram 语言. (2012). URLSave. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/URLSave.html 年