Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个可通过网站链接下载的数据集。我想从命令行而不是从浏览器调用它。
该浏览器链接似乎调用了一个 PHP 脚本。有没有办法运行这个文件并通过命令行将结果数据集拉到远程服务器,而不是通过浏览器拉到我的桌面?
这是网址的示例:
http://...datasets/content_loader.php
使用命令: wget [你的链接]