获取layer载入的iframe中的方法,并打印iframe中的内容

iframe中的方法:

layer:

调用iframe中的方法,打印iframe中的页面:

var iframePrint = window[layero.find('iframe')[0]['name']];
iframePrint.removePrintClass();
iframePrint.focus();
iframePrint.print();

猜你喜欢

转载自blog.csdn.net/blackei/article/details/108365636
今日推荐