安装了新版本的flask-bootstrap,发现之前在老版本中写的from flask.ext.bootstrap import Bootstrap报错。删除后,重新写时根据提示看到应该是from flask_bootstrap import Bootstrap