会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
hanframe
迷失的时候,跟着心走 hanframe@163.com
博客园
首页
新随笔
联系
管理
订阅
2014年7月1日
TypeError: string indices must be integers, not str
摘要: 1. TypeError: string indices must be integers, not str字符串类型取第index个字符的时候,应该传入int而不是str。如1a='abcdef'2printa[0]3#而不是 print a['0']更常见的情况是把一个string当成了字典在使...
阅读全文
posted @ 2014-07-01 16:46 hanframe
阅读(3814)
评论(0)
推荐(0)
编辑
ValueError: multi-byte encodings are not supported
摘要: pyton解析xml时,报错是因为编码的问题,把xml的头改成就好了
阅读全文
posted @ 2014-07-01 11:35 hanframe
阅读(7904)
评论(0)
推荐(0)
编辑
公告