“我是flask框架的新手,所以试图制作一个简单的Web应用程序来打印hello world,然后尝试向其中添加一些CSS,但是它不起作用。”
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href=" {{url_for('static', filename='\css\style.css')}}">
{% block head %} {% endblock %}
{% block body %}{% endblock %}