This repository has been archived on 2025-01-09. You can view files and clone it, but cannot push or open issues or pull requests.

21 lines
468 B
HTML
Raw Normal View History

2025-01-09 18:30:49 +08:00
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>渲染进程与主进程通信</title>
<style>
* {
margin: 0.75rem 0.25rem;
}
</style>
</head>
<body>
<h2>渲染进程与主进程通信</h2>
<button>渲到主异步操作</button>
<br>
<button>渲到主同步操作</button>
<script src="index.js"></script>
</body>
</html>