1 Star 0 Fork 0

紫月 / learn_electron_demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
demo3.html 648 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>
<!-- 在窗口中直接打开 -->
<!-- <a href="https://jspang.com">技术胖的博客</a> -->
<!-- 使用浏览器打开 -->
<!-- <a id="aHref" href="https://jspang.com">技术胖的博客</a> -->
<button id="mybtn" >打开子窗口</button>
<!-- 接收子窗口数据 -->
<div id="mytext" style='font-size: 12px;'></div>
</h1>
<script src="./renderer/demo3.js"></script>
</body>
</html>
NodeJS
1
https://gitee.com/ziyue7575/electron_learn_demo.git
git@gitee.com:ziyue7575/electron_learn_demo.git
ziyue7575
electron_learn_demo
learn_electron_demo
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891