electron使用window.open()方法创建子窗口

在electron中,window.open()方法可以创建子窗口

window.open(url[,title][,attributes])

url:要打开的页面链接(可以是本地页面,也可以是web页面)
title:设置要打开页面的标题,如果在页面中已经设置了标题,则该参数被忽略
attributes:可以设置和窗口相关的一些属性,例如,窗口的宽度和高度

window.open('./test.html','子窗口标题', 'width=300,height=300');

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: