0

Is it possible to start a .html page with IE10 from the batch command open two tabs, each one in IE7 and IE8 mode, respectively? Where can I find what argument does IE accept?

4

1 回答 1

0

尽管该页面自 2011 年 1 月以来尚未更新,但 Microsoft 在 Internet Explorer 中提供了以下命令行选项,不幸的是,在 IE7 或 IE8 模式下没有任何选项:

http://msdn.microsoft.com/en-us/library/ie/hh826025.aspx

这目前列出了以下内容:

iexplore.exe [ [ -embedding ] 
           [ -extoff ] 
           [ -framemerging ] 
           [ -k ] 
           [ -noframemerging ]
           [ -nohangrecovery ]
           [ -private ] ]
         [ URL ]

您听起来像是熟悉在 IE10 中使用可以模拟早期版本的开发人员工具,但以防万一有人正在浏览但不这样做,请使用命令:(F12, Ctr+8, Document Mode->X, where X是您要模拟的版本)。

于 2014-01-11T19:40:42.250 回答