gpt4 book ai didi

javascript - win.document.write ('content' );无法读取未定义的属性 'write'

转载 作者:行者123 更新时间:2023-11-30 15:14:17 29 4
gpt4 key购买 nike

我正在尝试通过 JavaScript 文件从 electron 打开一个新窗口,它可以工作,并打开了新窗口,但我无法将 HTML/文本写入新文件。我收到那个错误:

Cannot read property 'write' of undefined

我的简单代码:

var myWindow = window.open("", "myWindow", "width=300, height=200");
myWindow.document.write ('content');

有什么建议或其他方法吗?

这是来自控制台的图像: enter image description here

最佳答案

The documentation for window.open指出,默认情况下,它使用 window.open 的不同实现,它返回一个 BrowserWindowProxy 实例。您可以通过在创建父 BrowserWindow 时将 nativeWindowOpen: true 作为选项传递来将其更改为使用原生 chrome。

关于javascript - win.document.write ('content' );无法读取未定义的属性 'write',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44699019/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com