2007年03月25日 星期日 01:29
ÎÒÒ²ºÜÏëÖªµÀÔõôʹÓÃhttplib£¿ ÓÐûÓÐÃèÊöhttplibÕâ¸ö¿âÈçºÎʹÓõÄÎĵµ°¢£¿ лл´ó¼ÒÁË On 1/23/07, ¿¡½Ü²Ì <yzcaijunjie在gmail.com> wrote: > > if __name__ == "__main__": > print "¿ªÊ¼......" > conn = httplib.HTTPConnection('www.baidu.com') > conn.request("GET","/index.html") > response = conn.getresponse() > html=response.read() > conn.close() > print html > > ´òÓ¡html£¬ÀïÃæÖÐÎÄÏÔʾΪÂÒÂë¡£ÎÒÒ²³¢ÊÔ¹ýʹÓà > html=response.read().encode('gbk') > ½á¹û£¬ÔËÐÐʱ´íÎó > UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position 124: > ordinal not in range(128) > > ÇëÎÊÕâÊÇʲôÔÒòÄØ£¿ > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070325/9c048516/attachment-0001.html
2007年03月26日 星期一 15:59
ÏÈdecode£¬ÔÙencode£¿ ÔÚ07-3-25£¬alex yu <yu.alex.z.y在gmail.com> дµÀ£º > > ÎÒÒ²ºÜÏëÖªµÀÔõôʹÓÃhttplib£¿ > > ÓÐûÓÐÃèÊöhttplibÕâ¸ö¿âÈçºÎʹÓõÄÎĵµ°¢£¿ > > лл´ó¼ÒÁË > > > On 1/23/07, ¿¡½Ü²Ì <yzcaijunjie在gmail.com> wrote: > > > > if __name__ == "__main__": > > print "¿ªÊ¼......" > > conn = httplib.HTTPConnection('www.baidu.com') > > conn.request("GET","/index.html") > > response = conn.getresponse() > > html=response.read() > > conn.close() > > print html > > > > ´òÓ¡html£¬ÀïÃæÖÐÎÄÏÔʾΪÂÒÂë¡£ÎÒÒ²³¢ÊÔ¹ýʹÓà > > html=response.read().encode('gbk') > > ½á¹û£¬ÔËÐÐʱ´íÎó > > UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position > > 124: ordinal not in range(128) > > > > ÇëÎÊÕâÊÇʲôÔÒòÄØ£¿ > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese在lists.python.cn > > Subscribe: send subscribe to python-chinese-request在lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request在lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070326/351a77a2/attachment.htm
Zeuux © 2025
京ICP备05028076号