9 lines
398 B
HTML
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> |