V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
shawckzh
V2EX  ›  程序员

微软将于明年 6 月停止对 IE11 的支持

  •  
  •   shawckzh · 2021-05-20 09:37:15 +08:00 · 3833 次点击
    这是一个创建于 1044 天前的主题,其中的信息可能已经有所发展或是发生改变。

    https://blogs.windows.com/windowsexperience/2021/05/19/the-future-of-internet-explorer-on-windows-10-is-in-microsoft-edge/

    the Internet Explorer 11 desktop application will be retired and go out of support on June 15, 2022, for certain versions of Windows 10.

    某个版本起的 win10 将不再有 IE11 ?

    然而 Edge 有 IE 模式,不知道一大堆控件还能不能用

    17 条回复    2021-05-21 19:05:33 +08:00
    aqutor
        1
    aqutor  
       2021-05-20 09:46:40 +08:00
    After the Internet Explorer desktop application is retired on June 15, 2022, it will be out of support. After this date, the IE11 desktop application will be disabled and will redirect to Microsoft Edge if a user tries to access it.

    从 2022 年 6 月 15 日开始,IE 浏览器将被终止支持。在这个日期后,如果用户尝试使用 IE 将会被重定向至 Edge 。

    这些版本会受到影响:
    Internet Explorer 11 desktop application delivered via the Semi-Annual Channel (SAC):
    Windows 10 client SKUs (version 20H2 and later)
    Windows 10 IoT (version 20H2 and later)

    这些版本不会受到影响:
    Out of scope at the time of this announcement (unaffected):

    Internet Explorer mode in Microsoft Edge
    Internet Explorer platform (MSHTML/Trident), including WebOC
    Internet Explorer 11 desktop application on:
    Windows 8.1
    Windows 7 Extended Security Updates (ESU)
    Windows 10 Server SAC (all versions)
    Windows 10 IoT Long-Term Servicing Channel (LTSC) (all versions)
    Windows 10 Server LTSC (all versions)
    Windows 10 client LTSC (all versions)

    In-market Windows 10 LTSC and Windows Server are out of scope (unaffected) for this change.

    参考来源:Internet Explorer 11 desktop app retirement FAQ ( https://techcommunity.microsoft.com/t5/windows-it-pro-blog/internet-explorer-11-desktop-app-retirement-faq/ba-p/2366549
    grewer
        2
    grewer  
       2021-05-20 09:57:26 +08:00
    不影响一堆 win7
    codehz
        3
    codehz  
       2021-05-20 10:42:59 +08:00
    ie 控件还是会继续维护
    以及企业版的 ie 模式会继续维护到 2029 年
    kisshere
        4
    kisshere  
       2021-05-20 11:03:50 +08:00 via Android
    然而好多公司还在用 IE8
    Dragonphy
        5
    Dragonphy  
       2021-05-20 11:09:26 +08:00
    指望 Edge 的 IE 模式是不靠谱的,海康威视的 web 根本访问不了
    NanFengXiangWan
        6
    NanFengXiangWan  
       2021-05-20 11:19:45 +08:00
    @Dragonphy edge Dev 版 这些支持切换 IE 内核模式
    hs0000t
        7
    hs0000t  
       2021-05-20 11:37:38 +08:00
    LTSC 用户情绪稳定
    doublleft
        8
    doublleft  
       2021-05-20 12:32:50 +08:00
    微软呐要不就不搞,要搞就谁也跟不上
    g00001
        9
    g00001  
       2021-05-20 12:42:23 +08:00
    IE 控件还会长期保留 —— Windows 上太多软件用到 IE 控件了,
    新系统已经找不到 IE 浏览器了,必须用 IE 访问的网页,可以用 aardio 写几句代码调用 IE 控件打开:

    import web.form;
    var wb = web.form(winform);
    wb.go("http://www.baidu.com")

    微软现在提供了 WebView2 控件,基于最新的 Chromium 内核,并且跟 IE 控件一样可以在 JavaScript 里调用 COM 对象,比 Electron 方便太多了,用 aardio 调用 WebView2 的例子:

    import web.view;
    var wb = web.view(winform);

    wb.external = {
    methodWithParametersAndReturnValue = function(a,b){
    return a + b;
    }
    }

    wb.html = /*
    <script> (async ()=>{
    var n = await aardio.methodWithParametersAndReturnValue(123,2)
    document.write("返回值:"+n)
    })()</script>
    */
    q197
        10
    q197  
       2021-05-20 16:17:10 +08:00
    不知道现在正确的网银使用方式是什么?我都是用 ie 装插件,毕竟这个保证成功。
    XIU2
        11
    XIU2  
       2021-05-20 16:20:36 +08:00
    赶紧毁灭吧,一天不停止支持,那些网站就一天不更新换代。。。
    Jirajine
        12
    Jirajine  
       2021-05-20 16:28:02 +08:00 via Android
    是否会影响与 IE 相关的 shell 扩展?如 qttabbar 。
    lcdtyph
        13
    lcdtyph  
       2021-05-20 16:29:34 +08:00 via iPhone
    @XIU2
    感觉没用的,xp 还停止支持了呢,一堆内网不还是要求 xp ie6
    reiji
        14
    reiji  
       2021-05-20 16:39:47 +08:00
    前端人狂喜
    dfkjgklfdjg
        15
    dfkjgklfdjg  
       2021-05-21 09:58:28 +08:00
    @reiji 先别急着开心,现在还有事业单位要求兼容 IE8 呢。
    wlh
        16
    wlh  
       2021-05-21 14:57:34 +08:00
    我这还有机子 XP+IE6,就为了用某些奇葩的 OA
    Fule
        17
    Fule  
       2021-05-21 19:05:33 +08:00
    俺们公司有一台电脑,Windows XP + IE 8,专门用来访问政一府网站。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2894 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 13:53 · PVG 21:53 · LAX 06:53 · JFK 09:53
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.