ricequant-mac-address
Version:
Get MAC address for ricequant realtrading
22 lines (21 loc) • 561 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>米筐MAC地址辅助程序</title>
</head>
<body>
<!--
<h1>输入端口号(默认为10888)</h1>
<input id="port" type="number" value="10888">
<button id="set-port">设置</button>
-->
<h2>程序已启动,监听端口:10888</h2>
<p>IP地址为: <span id="ip-address"></span></p>
<p>MAC地址为: <span id="mac-address"></span></p>
</body>
<script>
// You can also require other files to run in this process
require('./index.js');
</script>
</html>