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.
从下面的页面单击我同意后,我需要下载 csv 文件 -
http://www.gasbb.com.au/
点击区域 SA 点击我同意
页面左侧的链接 Forecast Pipeline Flows Capacity Outlook
你能告诉我这是否可以使用 wget 完成吗?
是的。您需要做的就是使用浏览器的开发者控制台(或萤火虫)找出资源的公共 url 在哪里。
在这种情况下,我已经为您找到了。所以:-
wget http://www.gasbb.com.au/Data/Public/E_AUST/int923_v1_forecast_pipeline_flow_r_1~20121122000650.csv
参考我的 chrome 的开发者控制台:-