WPF WebBrowser 默認IE7怎麼解決

<%--讓 IE 瀏覽器運行最新的版本模式下 --%>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="x-ua-compatible" content="IE=11" >
<meta http-equiv="x-ua-compatible" content="IE=10" >



<!--[if lte IE 9]>
<script type="text/javascript">
    alert('當前瀏覽器版本太低,請安裝ie9以上瀏覽器!');
</script>
<![endif]-->

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章