[ Last edited by peterdocter on 2007-2-27 at 05:50 AM ]作者: NaturalJ0 时间: 2007-2-27 05:48 curl 我用过几次,打 curl --manual 就能查到你要的各种返回值。作者: peterdocter 时间: 2007-2-27 05:54 不知道会不会linux or unix中的标准shell
这个shell只要这样就行了!
test = $('wget http://www.test.com/test.html')
test = `wget http://www.test.com/test.html`
这样test就是要采集内容,不会马上打印出来!再用if之类就可以进行其它操作了!