时间:2021-05-22
TypeError: cannot concatenate 'str' and 'int' objects
print str + int 的时候就会这样了
python + 作为连接符的时候,不会自动给你把int转换成str
补充知识:TypeError: cannot concatenate 'str' and 'list' objects和Python读取和保存图片
运行程序时报错,然后我将list转化为str就好了。
利用''.join(list)
如果需要用逗号隔开,如1,2,3,4则使用','.join(list)
Python中plt可以显示和保存图片,不能使用mping
import matplotlib.image as mpimg # mpimg 用于读取图片
开头import时加入
import matplotlib.pyplot as plt
from PIL import Image
打开用open('路径')
保存用a.save('路径')
以上这篇解决Python 异常TypeError: cannot concatenate 'str' and 'int' objects就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
比较简单的?123$str='';$isMatched=preg_match('/^^((https|http|ftp|rtsp|mms
比较简洁的代码一:?123$str='';$isMatched=preg_match('/^0?(13|14|15|17|18)[0-9
{if$_G['setting']['icp']}、$_G['setting']['icp']都
实例复制代码代码如下:varstr="yexj00";str=str.replace(/^s*|s*$/g,'');alert(str);实例模
常见问题accessdeniedforuser''@'localhost'todatabase'web02'//