sqlite3.OperationalError: near "[1]": syntax error的解决办法
sql="insertintoteacher(id,name,age,school,institute,sex,account,password)values({0},'{1}','{2}','{3}','{4}','{5}','{6}','{7}')".format(int(Row[0]),Row[1],Row[2],Row[3],Row[4],Row[5],Row[6],Row[7])利用fo