python - TypeError: sequence item 0: expected string, NoneType found
迷茫
迷茫 2017-04-18 09:23:45
0
3
1451
迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(3)
阿神

It’s best to post the code
But look at the error message, did you use item[0] to get the value when item is none

左手右手慢动作

I guess so ','.join([None])

TypeError: sequence item 0: expected string, NoneType found

Peter_Zhu

There is nothing in the sequence, the sequence is empty

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template