我試圖使用條件註釋上加載IE11和ohter瀏覽器webcomponente - 精簡版填充工具webcomponents聚合物填充工具,所以我必須:條件註釋不IE11工作
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bower_components/roboto-condensed/css/roboto-condensed.css">
<!--[if IE]>
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
<![endif]-->
<!--[if !IE]><!-->
<script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
<!--<![endif]-->
的問題是webcomponents-lite.min.js總是被加載,IE11中的事件
任何建議?