我是 Wget 的新手。按照在线示例,我正在尝试使用以下命令登录到一个简单的页面:
wget --post-data='entry=85482564&submit3=LOGIN' \ --save-cookies=my-cookies.txt --keep-session-cookies \ https://www.abczyx.com
我收到以下错误:
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\Program Files (x86)\GnuWin32/etc/wgetrc
wget: missing URL
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.
'submit3' is not recognized as an internal or external command, operable program or batch file.
我猜它不能完全识别&
,但我不确定如何修复它。我正在运行 Windows 7 cmd 行。一个附带的问题,为什么使用“\”?我看到了一些带有它的例子,有些没有它。我有问题。