bmh_cesium/public/widgets/plotSocket/view.html
2025-03-10 07:23:50 +08:00

9 lines
398 B
HTML

<div>
<input id="txtWSUrl" type="text" value="ws://127.0.0.1:2020" class="form-control" style="width:100%;display:inline">
<div class="btn-group" role="group">
<button id="txtCoonWS" type="button" class="btn btn-default" >连接</button>
<button id="txtColseWS" type="button" class="btn btn-default" >断开</button>
<span id="lblMsg"></span>
</div>
</div>