文章详情页
python - AttributeError: ’tuple’ object has no attribute ’strip’错误
浏览:135日期:2022-07-17 13:11:19
问题描述
截取长度出现AttributeError: ’tuple’ object has no attribute ’strip’错误

问题解答
回答1:strip是字符串函数,tuple类型当然会报错啊
相关文章:
排行榜

问题描述
截取长度出现AttributeError: ’tuple’ object has no attribute ’strip’错误

问题解答
回答1:strip是字符串函数,tuple类型当然会报错啊
相关文章:
