记录一下 字典必须遍历出来之后才可以使用
字典必须遍历之后才可以使用
否则提示
TypeError: tuple indices must be integers or slices, not str
所以必须先将元素遍历取出来,才可以
本文来自博客园,作者:竹石2020,转载请注明原文链接:https://www.cnblogs.com/ch2020/articles/14422867.html
字典必须遍历之后才可以使用
否则提示
所以必须先将元素遍历取出来,才可以
本文来自博客园,作者:竹石2020,转载请注明原文链接:https://www.cnblogs.com/ch2020/articles/14422867.html