vbscript – Microsoft Edge和Windows 10是否支持HTA?

我正在开发一个适用于Windows 8.1的HTML应用程序,而且,由于我们的办公室很快将使用Windows 10,我想知道MS Edge和Windows 10是否仍然支持HTA.
不会.但是,您仍然可以在IE9模式下运行传统的HTA.对于使用Web技术的新开发,Microsoft建议切换到Windows应用商店应用.

这是关于IE10及更高版本中HTA支持what Microsoft had to say

The Internet Explorer team is increasingly focused on standards compliance,and markup-based behaviors are not part of modern web standards. In IE10 mode support for markup based behaviors has been removed,and this includes hta:application.

In addition,for HTML-based applications the focus for Windows 8 and beyond the team’s focus is on Windows Store applications.

我怀疑HTA可以在Windows 10中运行,但只能在IE9模式下运行. (编辑:确实如此!)如果微软在支持HTA的情况下构建Edge,那将是一个重大转变.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...