<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hello Redux</title>
<script src="https://unpkg.com/redux@4.2.0/dist/redux.js"></script>
</head>
<body>
<div>
<button id="sub">减少</button>
<span id="countSpan">1</span>
<button id="add">增加</button>
<button id="addFive">增加5</button>
</div>
</body>
</html>
大约 1 分钟