码迷,mamicode.com
首页 > 编程语言 > 详细

2. python提示:TypeError: unhashable type: 'list'

时间:2019-11-14 11:25:13      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:ror   bsp   image   inf   需要   http   ble   src   技术   

原因是,python字典的key不支持list类型和dict类型,需要转换

错误时

技术图片

 

 将list类型强制转换成string,用"".join(list)。 修改后:

技术图片

 

 

 

2. python提示:TypeError: unhashable type: 'list'

标签:ror   bsp   image   inf   需要   http   ble   src   技术   

原文地址:https://www.cnblogs.com/lintest/p/11855726.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!