python python TypeError: can only concatenate str (not “int”) to str 4月 29, 2023 admin 这是一个类型错误,意思是只能将字符串(str)连接到字符串(…