开发win8应用时,在ie10用下面的代码判断浏览器报错啊
<script type="text/JavaScript">
If (explorer.userAgent.indexOf(“MSIE”)>0)
{
// Run custom code for Internet Explorer.
}
</script>求大侠帮吗啊
...全文
1341打赏收藏
超极本win8应用开发的问题
开发win8应用时,在ie10用下面的代码判断浏览器报错啊 If (explorer.userAgent.indexOf(“MSIE”)>0) { // Run custom code for Internet Explorer. } 求大侠帮吗啊