发个贴.分享大家.也方便自己用的时候找
判断 (ie版本 = 7 ) 写zc项 ( #现行用户, “Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION\” + 取执行文件名 (), 7000 ) 判断 (ie版本 = 8 ) 写zc项 ( #现行用户, “Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION\” + 取执行文件名 (), 8888 ) 判断 (ie版本 = 9 ) 写zc项 ( #现行用户, “Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION\” + 取执行文件名 (), 9999 ) 判断 (ie版本 = 10 ) 写zc项 ( #现行用户, “Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION\” + 取执行文件名 (), 10000 ) 判断 (ie版本 = 11 ) 写zc项 ( #现行用户, “Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION\” + 取执行文件名 (), 11001 ) 
|