try:
  需要运行的程序
except:
  错误后执行的代码
except IndexError:
  当程序发生IndexError错误是执行的代码