js-toast

website

<link rel="stylesheet" href="{{ url_for('static', filename='css/ext/toastr.min.css') }}">
<script src="{{ url_for('static', filename='js/ext/toastr.min.js') }}"></script>

toastr["error"](data['msg'], "信息")