此Meteor代码尝试print
,但Firefox 46.0.1表示“Firefox阻止此网站打开弹出窗口。”
要打印的文件是localhost:3000。并且allow pop ups for localhost
显示为灰色
在允许的网站 - 弹出窗口下的列表中,我允许以下网站:
http://localhost
http://localhost:3000
about:preferences
不允许我访问我读过的内容标签,其中包含阻止内容的设置。单击它时,“常规”选项卡不会更改。
let w = window.open();
$(w.document.body).html(html);
w.print();
为什么这个问题以及如何解决?感谢