2006年05月12日 星期五 10:48
f = urllib.urlopen(url) data = f.readline() 然后看看data是不是空。 > 新手学习,遇到难题.请各位有时间的话,解答解答. > > 我在urllib.urlopen(url)之后,想知道网页成功拿到没有.就想用"print"显示几句话,条件判断应该判断哪个呢? > > 先谢谢了. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060512/63b2a536/attachment.html
2006年05月12日 星期五 11:14
有可能发生页面下载不完全的情况啊,那样的话data只有页面的一部分数据哦,这并不表明网页下载成功。 On 5/12/06, john <john.about at gmail.com> wrote: > > f = urllib.urlopen(url) > data = f.readline() > 然后看看data是不是空。 > > > > > 新手学习,遇到难题.请各位有时间的话,解答解答. > > > > 我在urllib.urlopen(url)之后,想知道网页成功拿到没有.就想用"print"显示几句话,条件判断应该判断哪个呢? > > > > 先谢谢了. > > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060512/80caed71/attachment.htm
Zeuux © 2025
京ICP备05028076号