| | |
| | | <!-- 手动操作 --> |
| | | <div class="crn-operation"> |
| | | |
| | | <div class=""></div> |
| | | |
| | | <div class=""></div> |
| | | |
| | | </div> |
| | | <!-- 堆垛机日志输出 --> |
| | | <div class="crn-output"> |
| | | |
| | | <div class="crn-output-board"> |
| | | <textarea id="crn-output"></textarea> |
| | | </div> |
| | | </body> |
| | | <script> |
| | | var crnOutputDom = document.getElementById("crn-output"); |
| | | |
| | | // 空白表格渲染 |
| | | $(document).ready(function() { |
| | |
| | | $('#crn-msg-table tbody').after(html2); |
| | | }); |
| | | |
| | | // 日志输出框 |
| | | function crnOutput(content){ |
| | | crnOutputDom.value += content; |
| | | crnOutputDom.scrollTop = crnOutputDom.scrollHeight; |
| | | } |
| | | setInterval(function () { |
| | | crnOutput("\n" +new Date().toLocaleString() + "【2020-5-29 13:14:22】扫描plcA 目标站--273283723728327636432343234323422732837237283276364323432343234227328372372832763643234323432342"); |
| | | },500); |
| | | |
| | | |
| | | </script> |
| | | </html> |