Board logo

标题: [文本处理] [已解决]curl或者其他,怎么模拟登陆后下载网页信息? [打印本页]

作者: jzsgyml    时间: 2011-11-13 15:51     标题: [已解决]curl或者其他,怎么模拟登陆后下载网页信息?

本帖最后由 jzsgyml 于 2011-11-14 11:11 编辑
  1. curl -o yaochen.html "http://weibo.com/yaochen"
复制代码
普通下载,是未登陆状态,不能获取信息,怎么让curl登陆后,然后下载信息呢?或者有其他更好的工具?
作者: abcdshenji    时间: 2011-11-13 22:07

curl不太熟,给你个参考:
http://www.cn-dos.net/forum/view ... 0921&sid=chw5yJ
[/url]
wget也可以登录,其实就是提交表单,也给你几个参数参考:
  1. --save-cookies=FILE     save cookies to FILE after session.
  2. --post-data=STRING      use the POST method; send STRING as the data.
  3. --post-file=FILE        use the POST method; send contents of FILE.
复制代码
再给你几个参数:
  1. --user=USER               set both ftp and http user to USER.
  2. --password=PASS           set both ftp and http password to PASS.
复制代码

作者: QIAOXINGXING    时间: 2011-11-14 22:59

崩溃啊,试了一下午,没成功。。。。。。。。。。。




欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2