使用 Python 2.7.3.1
Python 2.7.3.1
我不明白我的编码有什么问题!我收到此错误:AttributeError: 'list' object has no attribute 'split
AttributeError: 'list' object has no attribute 'split
这是我的代码:
myList = ['hello'] myList.split()
python split attributeerror
attributeerror ×1
python ×1
split ×1