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

2021-05-20 09:37:15 +08:00
 shawckzh

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 模式,不知道一大堆控件还能不能用

3864 次点击
所在节点    程序员
17 条回复
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
2021-05-20 09:57:26 +08:00
不影响一堆 win7
codehz
2021-05-20 10:42:59 +08:00
ie 控件还是会继续维护
以及企业版的 ie 模式会继续维护到 2029 年
kisshere
2021-05-20 11:03:50 +08:00
然而好多公司还在用 IE8
Dragonphy
2021-05-20 11:09:26 +08:00
指望 Edge 的 IE 模式是不靠谱的,海康威视的 web 根本访问不了
NanFengXiangWan
2021-05-20 11:19:45 +08:00
@Dragonphy edge Dev 版 这些支持切换 IE 内核模式
hs0000t
2021-05-20 11:37:38 +08:00
LTSC 用户情绪稳定
doublleft
2021-05-20 12:32:50 +08:00
微软呐要不就不搞,要搞就谁也跟不上
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
2021-05-20 16:17:10 +08:00
不知道现在正确的网银使用方式是什么?我都是用 ie 装插件,毕竟这个保证成功。
XIU2
2021-05-20 16:20:36 +08:00
赶紧毁灭吧,一天不停止支持,那些网站就一天不更新换代。。。
Jirajine
2021-05-20 16:28:02 +08:00
是否会影响与 IE 相关的 shell 扩展?如 qttabbar 。
lcdtyph
2021-05-20 16:29:34 +08:00
@XIU2
感觉没用的,xp 还停止支持了呢,一堆内网不还是要求 xp ie6
reiji
2021-05-20 16:39:47 +08:00
前端人狂喜
dfkjgklfdjg
2021-05-21 09:58:28 +08:00
@reiji 先别急着开心,现在还有事业单位要求兼容 IE8 呢。
wlh
2021-05-21 14:57:34 +08:00
我这还有机子 XP+IE6,就为了用某些奇葩的 OA
Fule
2021-05-21 19:05:33 +08:00
俺们公司有一台电脑,Windows XP + IE 8,专门用来访问政一府网站。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/778045

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX