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.
我使用 wget 下载 HMTL,但我得到的与我在浏览器中看到的不同。特别是,我对位置的纬度感兴趣
wget "http://m.yp.com/30332/pep-boys?page=0" grep 'data-lat=' pep-boys\?page\=0
... 没结果 :(((
唯一可能的原因是您的标头与您兄弟的标头不同,因此网络服务器的行为方式不同。
看看这个:http ://www.askapache.com/linux/wget-header-trick.html