通过mshtml获得ie的缩放比例如何获得ie的缩放比例,及如何固定,麻烦晓得说说用mshtml[解决办法]CComPtr<IHTMLStyle> pStyle; pElem->get_style(&pStyle);//获取body的style接口 CString str; str.Format("zoom:%f;", fZoom); return pStyle->put_cssText(str.AllocSysString());