【发布时间】:2017-11-02 03:32:11
【问题描述】:
var newWindow=window.open('','export');
// Puts focus on the newWindow
if (window.focus) {
newWindow.focus();
}
我想打印我的网页,然后它在 Mozilla 中可以正常工作,但在 google chrome 中却不行
【问题讨论】:
标签: javascript jquery angularjs google-chrome