python "".join() 出錯TypeError: sequence item 0: expected string

python中使用join鏈接list時出現類型錯誤的解決辦法 例:>>> ls = [1,2,3,NULL,NONE]>>> print ','.join(ls)Traceback (most recent call last):File "<stdin>", line 1, in <module>TypeError: sequence item 0: expected string, int
相關文章
相關標籤/搜索