tttt

it2022-05-09  32

//iframe页面加载完成后调用ocx方法var iframeLoaded = function (iframe) { if (iframe.src.length > 0) { if (!iframe.readyState || iframe.readyState == "complete") { document.getElementById('frame_content').contentWindow.loginOcx(_cmsIp, _cmsPort, _username, _password,0/*,deviceId,channelnum*/); //document.getElementById('frame_content').contentWindow.showOrganization(); } }}

转载于:https://www.cnblogs.com/Capricorn-HCL/p/4227782.html

相关资源:数据结构—成绩单生成器

最新回复(0)