gpt4 book ai didi

electron - 路由器在 Electron 应用程序中有意义吗?

转载 作者:行者123 更新时间:2023-12-03 12:23:52 26 4
gpt4 key购买 nike

只是想知道 Electron ​​应用程序是否需要路由器。

由于在Electron应用程序上未显示/未公开应用程序的URL,因此我看不到需要路由器。特别是因为您无权访问“重新加载”按钮。

您对此事有何看法?

最佳答案

好了,您可以重新加载,返回并继续前进,甚至可以清除Electron上的历史记录。路由也许可以帮助您像网页一样组织您的工作。

var electron = require('electron');
var window = electron.remote.getCurrentWindow();
window.reload();
window.webContents.goBack();
window.webContents.goForward();
window.webContents.clearHistory();

有关更多信息,您可以在这里看到: WebContents

关于electron - 路由器在 Electron 应用程序中有意义吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39170028/

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