摘要: 1.前端html代码编写 <fieldset class="layui-elem-field" style="background-color: #69BD69"> <div class="layui-form-item" style="margin-top: 17px;"> <label for= 阅读全文
posted @ 2020-05-21 11:51 chenjianwen 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 1.后端代码编写 from django.http import JsonResponse message = {"code": 0,"msg": "组合任务部署成功","error": None} return JsonResponse(message) 2.前端代码编写【当表单内有多个相同属性( 阅读全文
posted @ 2020-05-21 11:42 chenjianwen 阅读(9470) 评论(0) 推荐(1) 编辑