加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

windows-phone-7 – 针对Windows Phone 7 Internet Explorer 9的

发布时间:2020-12-14 02:49:16 所属栏目:Windows 来源:网络整理
导读:问题 有条件的评论,如 !--[if IEMobile] pWelcome to Internet Explorer Mobile./p![endif]--![if !IEMobile] pAll other browsers/p![endif] 不适用于Windows Phone 7!或者,至少不是我的. 题 有谁知道如何使用这些评论,并在之前测试过它们? WP7上的IE 9甚
问题

有条件的评论,如

<!--[if IEMobile]>
    <p>Welcome to Internet Explorer Mobile.</p>
<![endif]-->
<![if !IEMobile]>
    <p>All other browsers</p>
<![endif]>

不适用于Windows Phone 7!或者,至少不是我的.

有谁知道如何使用这些评论,并在之前测试过它们? WP7上的IE 9甚至支持这个吗?

解决方法

尝试使用gte(如果它看到你的手机为7.5)

<!--[if gte IEMobile 7]>
<p>Welcome to Internet Explorer Mobile.</p>
<![endif]-->
<![if !IEMobile 7]>
<p>All other browsers</p>
<![endif]>

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读