There is something wrong with the problem description. I don’t understand why the page displays normally when the server is not turned on.
In addition, is your static resource path correct? For <link href="css/bootstrap.min.css" rel="stylesheet">这种链接, 自然是会映射到http://127.0.0.1:5000/css/bootstrap.min.css, if it is external css, you can use the complete url to reference it
There is something wrong with the problem description. I don’t understand why the page displays normally when the server is not turned on.
In addition, is your static resource path correct? For
<link href="css/bootstrap.min.css" rel="stylesheet">
这种链接,自然是会映射到
http://127.0.0.1:5000/css/bootstrap.min.css
, if it is external css, you can use the complete url to reference it