TypeError: unsupported operand type(s) for +: 'int' and 'str' [closed] sql="insert into auto_transfer_data(atd_type,atd_mogodb_count,atd_mysql_before_count,atd_create_date)values('"+at_type+"','"+str(mongodbcount)+"','"+str(m
while True: pass while 1: pass #效果相同,后者 效果更快 s = 1 y = bool (s) #结果为True,int只要不是0,就为真 s = 'abc' y = bool (s) #结果为True,str型有数值,就为真 s while s : pass #可以直接判断,这样引用,s直接是空数据,为False