且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

AttributeError: 'str' 对象没有属性 'toInteger'

更新时间:2023-12-02 23:22:58

Python 没有 toInteger() 函数来处理你想要使用的字符串 int(entry[]) 代替.

Python doesn't have a toInteger() function for strings you will want to user int(entry[]) instead.