好久没写前端了,今天在flask引入bootstrap框架的css时候一直不管用,后来发现是版本问题,现在的浏览器必须v4.0+ 版本,bootstrap.min.css V3.0+,2.0+ 好像不支持了
附带flask引入 css样式的代码
<link rel="stylesheet" type="text/css" href= "{{ url_for('static', filename = 'css/bootstrap.min.css')}}">