错误提示为: line 23, in <module> database = '%s'%mysqllist[5].split(':')[1].strip() IndexError: list index out of range 怎么解决?
错误提示为:
line 23, in
database = '%s'%mysqllist[5].split(':')[1].strip()
IndexError: list index out of range
怎么解决?