0

申し訳ありませんが、私は英語があまり上手に話せません。wgetリンク付きのExcelファイルを取得するために使用したい:

 http://app/sip/rkn/export.php?p1=1&p2=613&p3=01&p4=31&p5=01&p6=2013

しかし、エラーメッセージが表示されます:

'p2' is not recognized as an internal or external command,
operable program or batch file.
'p3' is not recognized as an internal or external command,
operable program or batch file.
'p4' is not recognized as an internal or external command,
operable program or batch file.
'p5' is not recognized as an internal or external command,
operable program or batch file.
'p6' is not recognized as an internal or external command,
operable program or batch file.

この問題を解決するにはどうすればよいですか? 前もって感謝します!

4

2 に答える 2

0

リンクが壊れています。偽のリンク (例を示すために使用) である場合は、次のように URL を引用してみてください。

wget "http://www.example.com/export.php?p1=1&p2=613&p3=01&p4=31&p5=01&p6=2013"
于 2013-05-13T08:57:03.737 に答える