引入了bootstrap后网页无反应
初学bootstrap时,发现引入后,网页无反应,但pycham上提示又有,找不出问题点。
直接把原引用本地的bootstrap改为引入网络的
如:<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
网页马上正确显示,显然本地引用错误。
初学bootstrap时,发现引入后,网页无反应,但pycham上提示又有,找不出问题点。
直接把原引用本地的bootstrap改为引入网络的
如:<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
网页马上正确显示,显然本地引用错误。