jsdk-offical
Version:
JSDK is the most comprehensive TypeScript framework, like JDK.
37 lines (31 loc) • 1.15 kB
HTML
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="Cache-Control" content="no-cache,no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>JSDK Example</title>
<link rel="shortcut icon" href="#" />
<script src="/jsdk/dist/jscore.js"></script>
<script src="/jsdk/dist/jsdk-config.js?_=25"></script>
</head>
<body>
<div class="container">
<hr>
<h5>Two Threads</h5>
<button id="two">start</button>
<hr>
<h5>Thread controls</h5>
<button id="btn1">Get State</button>
<button id="btn2">Start</button>
<button id="btn3">Post Data</button>
<button id="btn4">Terminate</button>
<button id="btn5">Destroy</button>
</div>
<script src="../env.js"></script>
<script src="thread.js"></script>
</body>
</html>