<tr>
  
    <td align="right">故障描述</td>
    <script charset="utf-8" src="./Public/Kindeditor/kindeditor-min.js"></script>
    <script charset="utf-8" src="./Public/Kindeditor/lang/zh_CN.js"></script>
    <script>
        KindEditor.ready(function(K) {
                window.editor = K.create('#editor_id');
        });
    </script>
    <td><textarea id="editor_id" name="desc" style="width:70%;height:300px;">请简单描述下机器故障</textarea>
    </td>
  </tr>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2022-02-13
  • 2021-09-06
  • 2021-06-27
  • 2022-12-23
猜你喜欢
  • 2022-01-19
  • 2021-07-25
  • 2021-09-20
  • 2022-01-22
  • 2021-12-05
  • 2021-05-20
相关资源
相似解决方案