讓IE 支持Bootstrap的解决方法
發現用 chrome 美美的但IE 醜醜的
因為是給公司外部廠商也使用的
還是必須要解決IE問題
參考資料 : https://blog.csdn.net/chenhongwu666/article/details/41513901
後來我加了
<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<script src="js/jquery-1.11.1.min.js" ></script>
就解決了 我的需要 ,所以就先不做其他步驟了 !
如有其他問題可以參考上面網站